#9BB65A

Color #9BB65A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9BB65A

Tints of Green Smoke #9BB65A

Color information

#9BB65A (or 0x9BB65A) is unknown color: approx Green Smoke. HEX triplet: 9B, B6 and 5A. RGB value is (155,182,90). Sum of RGB (Red+Green+Blue) = 155+182+90=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB65A is #6449A5. Grayscale: #A3A3A3. Windows color (decimal): -6572454 or 5944987. OLE color: 5944987.

HSL color Cylindrical-coordinate representation of color #9BB65A: hue angle of 77.61º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BB65A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB15518290-
CMYK0.1500.510.29
HSL77.61º38.66%53.33%-
HSV(B)77.61º50.55%71.37%-
XYZ32.0941.1615.93-
YUV163.4486.55121.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=36.30%
G=42.62%
B=21.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155182900.1500.510.2977.6138.6653.33
Hex9BB65AF0331D4e2735
Octal23326613217063351164765
Binary1001101110110110101101011110110011111011001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BB65A; }

 p { color: rgb(155,182,90); }

 H1.HeaderClassName
 {
   color: #9BB65A;
 }
 .AnyTagClassName
 {
   color: #9BB65A;
 }
</style>
background-color css

<style>
 a { background-color: #9BB65A; }

 a { background-color: rgb(155,182,90); }

 div.DivClassName
 {
   background-color: #9BB65A;
 }
 .BgClassName
 {
   background-color: #9BB65A;
 }
</style>
border-color css

<style>
 span { border-color: #9BB65A; }

 span { border-color: rgb(155,182,90); }

 td.TdClassName
 {
   border-color: #9BB65A;
 }
 .TagClassName
 {
   border-color: #9BB65A;
 }
</style>