#9BA952

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

Shades of Green Smoke #9BA952

Tints of Green Smoke #9BA952

Color information

#9BA952 (or 0x9BA952) is unknown color: approx Green Smoke. HEX triplet: 9B, A9 and 52. RGB value is (155,169,82). Sum of RGB (Red+Green+Blue) = 155+169+82=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA952 is #6456AD. Grayscale: #9B9B9B. Windows color (decimal): -6575790 or 5417371. OLE color: 5417371.

HSL color Cylindrical-coordinate representation of color #9BA952: hue angle of 69.66º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA952 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB15516982-
CMYK0.0800.510.34
HSL69.66º34.66%49.22%-
HSV(B)69.66º51.48%66.27%-
XYZ29.2335.9513.38-
YUV154.986.86128.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=38.18%
G=41.63%
B=20.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155169820.0800.510.3469.6634.6649.22
Hex9BA952803322462331
Octal23325112210063421064361
Binary10011011101010011010010100001100111000101000110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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