Html Css Color HEX #9BA952 Green Smoke

📋 copy color: '#9BA952'

red 155 ◦ green 169 ◦ blue 82

#9BA952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9BA952

Tints of Green Smoke #9BA952

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.2%

R = 38.18%
G = 41.63%
B = 20.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#9BA952 (or 0x9BA952) is known color: 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

RGB 155 169 82 -
CMYK 0.08 0 0.51 0.34
HSL 69.66º 0.35% 0.49% -
HSV(B) 69.66º 0.51% 0.66% -
XYZ 29.23 35.95 13.38 -
YUV 154.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 155 169 82 0.08 0 0.51 0.34 69.66 0.35 0.49
Hex 9B A9 52 8 0 33 22 46 23 31
Octal 233 251 122 10 0 63 42 106 43 61
Binary 10011011 10101001 1010010 1000 0 110011 100010 1000110 100011 110001

Color Harmonies of #9BA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA952

Black with #9BA952

Text Example


Text Example

White with #9BA952

Text Example


Text Example

HTML Codes & Css Web 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>