Html Css Color HEX #8AAA6D Chelsea Cucumber

📋 copy color: '#8AAA6D'

red 138 ◦ green 170 ◦ blue 109

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

Shades of Chelsea Cucumber #8AAA6D

Tints of Chelsea Cucumber #8AAA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 33.09%
G = 40.77%
B = 26.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#8AAA6D (or 0x8AAA6D) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 6D. RGB value is (138,170,109). Sum of RGB (Red+Green+Blue) = 138+170+109=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA6D is #755592. Grayscale: #999999. Windows color (decimal): -7689619 or 7187082. OLE color: 7187082.

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

Color convert

RGB 138 170 109 -
CMYK 0.19 0 0.36 0.33
HSL 91.48º 0.26% 0.55% -
HSV(B) 91.48º 0.36% 0.67% -
XYZ 27.62 35.26 19.82 -
YUV 153.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 138 170 109 0.19 0 0.36 0.33 91.48 0.26 0.55
Hex 8A AA 6D 13 0 24 21 5B 1A 37
Octal 212 252 155 23 0 44 41 133 32 67
Binary 10001010 10101010 1101101 10011 0 100100 100001 1011011 11010 110111

Color Harmonies of #8AAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA6D

Black with #8AAA6D

Text Example


Text Example

White with #8AAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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