Html Css Color HEX #8AAA48 Chelsea Cucumber

📋 copy color: '#8AAA48'

red 138 ◦ green 170 ◦ blue 72

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

Shades of Chelsea Cucumber #8AAA48

Tints of Chelsea Cucumber #8AAA48

RGB

 RED value IS 138 (54.3% from 255) = 36.32%

 GREEN value IS 170 (66.8% from 255) = 44.74%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 36.32%
G = 44.74%
B = 18.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#8AAA48 (or 0x8AAA48) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 48. RGB value is (138,170,72). Sum of RGB (Red+Green+Blue) = 138+170+72=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA48 is #7555B7. Grayscale: #959595. Windows color (decimal): -7689656 or 4762250. OLE color: 4762250.

HSL color Cylindrical-coordinate representation of color #8AAA48: hue angle of 79.59º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AAA48 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 170 72 -
CMYK 0.19 0 0.58 0.33
HSL 79.59º 0.4% 0.47% -
HSV(B) 79.59º 0.58% 0.67% -
XYZ 26.03 34.62 11.44 -
YUV 149.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 138 170 72 0.19 0 0.58 0.33 79.59 0.4 0.47
Hex 8A AA 48 13 0 3A 21 50 28 2F
Octal 212 252 110 23 0 72 41 120 50 57
Binary 10001010 10101010 1001000 10011 0 111010 100001 1010000 101000 101111

Color Harmonies of #8AAA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA48

Black with #8AAA48

Text Example


Text Example

White with #8AAA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AAA48; }

 p { color: rgb(138,170,72); }

 H1.HeaderClassName
 {
   color: #8AAA48;
 }
 .AnyTagClassName
 {
   color: #8AAA48;
 }
</style>

background-color css

<style>
 a { background-color: #8AAA48; }

 a { background-color: rgb(138,170,72); }

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

border-color css

<style>
 span { border-color: #8AAA48; }

 span { border-color: rgb(138,170,72); }

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