Html Css Color HEX #9AB052 Green Smoke

📋 copy color: '#9AB052'

red 154 ◦ green 176 ◦ blue 82

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

Shades of Green Smoke #9AB052

Tints of Green Smoke #9AB052

RGB

 RED value IS 154 (60.55% from 255) = 37.38%

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 82 (32.42% from 255) = 19.9%

R = 37.38%
G = 42.72%
B = 19.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#9AB052 (or 0x9AB052) is known color: Green Smoke. HEX triplet: 9A, B0 and 52. RGB value is (154,176,82). Sum of RGB (Red+Green+Blue) = 154+176+82=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB052 is #654FAD. Grayscale: #9F9F9F. Windows color (decimal): -6639534 or 5419162. OLE color: 5419162.

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

Color convert

RGB 154 176 82 -
CMYK 0.12 0 0.53 0.31
HSL 74.04º 0.37% 0.51% -
HSV(B) 74.04º 0.53% 0.69% -
XYZ 30.37 38.53 13.82 -
YUV 158.71 84.71 124.64 -
System Red Green Blue C M Y K H S L
Decimal 154 176 82 0.12 0 0.53 0.31 74.04 0.37 0.51
Hex 9A B0 52 C 0 35 1F 4A 25 33
Octal 232 260 122 14 0 65 37 112 45 63
Binary 10011010 10110000 1010010 1100 0 110101 11111 1001010 100101 110011

Color Harmonies of #9AB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB052

Black with #9AB052

Text Example


Text Example

White with #9AB052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,82); }

 H1.HeaderClassName
 {
   color: #9AB052;
 }
 .AnyTagClassName
 {
   color: #9AB052;
 }
</style>

background-color css

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

 a { background-color: rgb(154,176,82); }

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

border-color css

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

 span { border-color: rgb(154,176,82); }

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