#9BB05C

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

Shades of Green Smoke #9BB05C

Tints of Green Smoke #9BB05C

Color information

#9BB05C (or 0x9BB05C) is unknown color: approx Green Smoke. HEX triplet: 9B, B0 and 5C. RGB value is (155,176,92). Sum of RGB (Red+Green+Blue) = 155+176+92=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB05C is #644FA3. Grayscale: #A0A0A0. Windows color (decimal): -6573988 or 6074523. OLE color: 6074523.

HSL color Cylindrical-coordinate representation of color #9BB05C: hue angle of 75º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BB05C is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB15517692-
CMYK0.1200.480.31
HSL75º34.71%52.55%-
HSV(B)75º47.73%69.02%-
XYZ30.9738.7915.98-
YUV160.1489.54124.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=36.64%
G=41.61%
B=21.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155176920.1200.480.317534.7152.55
Hex9BB05CC0301F4b2335
Octal23326013414060371134365
Binary1001101110110000101110011000110000111111001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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