Html Css Color HEX #8AAA66 Chelsea Cucumber

📋 copy color: '#8AAA66'

red 138 ◦ green 170 ◦ blue 102

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

Shades of Chelsea Cucumber #8AAA66

Tints of Chelsea Cucumber #8AAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 33.66%
G = 41.46%
B = 24.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#8AAA66 (or 0x8AAA66) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 66. RGB value is (138,170,102). Sum of RGB (Red+Green+Blue) = 138+170+102=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA66 is #755599. Grayscale: #989898. Windows color (decimal): -7689626 or 6728330. OLE color: 6728330.

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

Color convert

RGB 138 170 102 -
CMYK 0.19 0 0.4 0.33
HSL 88.24º 0.29% 0.53% -
HSV(B) 88.24º 0.4% 0.67% -
XYZ 27.25 35.11 17.91 -
YUV 152.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 138 170 102 0.19 0 0.4 0.33 88.24 0.29 0.53
Hex 8A AA 66 13 0 28 21 58 1D 35
Octal 212 252 146 23 0 50 41 130 35 65
Binary 10001010 10101010 1100110 10011 0 101000 100001 1011000 11101 110101

Color Harmonies of #8AAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA66

Black with #8AAA66

Text Example


Text Example

White with #8AAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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