#9BB75C

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

Shades of Green Smoke #9BB75C

Tints of Green Smoke #9BB75C

Color information

#9BB75C (or 0x9BB75C) is unknown color: approx Green Smoke. HEX triplet: 9B, B7 and 5C. RGB value is (155,183,92). Sum of RGB (Red+Green+Blue) = 155+183+92=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB75C is #6448A3. Grayscale: #A4A4A4. Windows color (decimal): -6572196 or 6076315. OLE color: 6076315.

HSL color Cylindrical-coordinate representation of color #9BB75C: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BB75C is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB15518392-
CMYK0.1500.500.28
HSL78.46º38.72%53.92%-
HSV(B)78.46º49.73%71.76%-
XYZ32.3841.6116.45-
YUV164.2587.22121.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 183 (71.88% from 255) = 42.56%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=36.05%
G=42.56%
B=21.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal155183920.1500.500.2878.4638.7253.92
Hex9BB75CF0321C4e2736
Octal23326713417062341164766
Binary1001101110110111101110011110110010111001001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,92); }

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

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

 a { background-color: rgb(155,183,92); }

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

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

 span { border-color: rgb(155,183,92); }

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