#9BAC52

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

Shades of Green Smoke #9BAC52

Tints of Green Smoke #9BAC52

Color information

#9BAC52 (or 0x9BAC52) is unknown color: approx Green Smoke. HEX triplet: 9B, AC and 52. RGB value is (155,172,82). Sum of RGB (Red+Green+Blue) = 155+172+82=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC52 is #6453AD. Grayscale: #9D9D9D. Windows color (decimal): -6575022 or 5418139. OLE color: 5418139.

HSL color Cylindrical-coordinate representation of color #9BAC52: hue angle of 71.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BAC52 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB15517282-
CMYK0.1000.520.33
HSL71.33º35.43%49.8%-
HSV(B)71.33º52.33%67.45%-
XYZ29.7937.0813.57-
YUV156.6685.87126.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=37.90%
G=42.05%
B=20.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155172820.1000.520.3371.3335.4349.8
Hex9BAC52A03421472332
Octal23325412212064411074362
Binary10011011101011001010010101001101001000011000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,82); }

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

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

 a { background-color: rgb(155,172,82); }

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

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

 span { border-color: rgb(155,172,82); }

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