#9BA24B

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

Shades of Green Smoke #9BA24B

Tints of Green Smoke #9BA24B

Color information

#9BA24B (or 0x9BA24B) is unknown color: approx Green Smoke. HEX triplet: 9B, A2 and 4B. RGB value is (155,162,75). Sum of RGB (Red+Green+Blue) = 155+162+75=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA24B is #645DB4. Grayscale: #969696. Windows color (decimal): -6577589 or 4956827. OLE color: 4956827.

HSL color Cylindrical-coordinate representation of color #9BA24B: hue angle of 64.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BA24B is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB15516275-
CMYK0.0400.540.36
HSL64.83º36.71%46.47%-
HSV(B)64.83º53.7%63.53%-
XYZ27.7133.3211.63-
YUV149.9985.68131.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=39.54%
G=41.33%
B=19.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162750.0400.540.3664.8336.7146.47
Hex9BA24B40362441252e
Octal2332421134066441014556
Binary1001101110100010100101110001101101001001000001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,75); }

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

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

 a { background-color: rgb(155,162,75); }

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

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

 span { border-color: rgb(155,162,75); }

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