Html Css Color HEX #8AAA67 Chelsea Cucumber

📋 copy color: '#8AAA67'

red 138 ◦ green 170 ◦ blue 103

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

Shades of Chelsea Cucumber #8AAA67

Tints of Chelsea Cucumber #8AAA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.06%

R = 33.58%
G = 41.36%
B = 25.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#8AAA67 (or 0x8AAA67) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 67. RGB value is (138,170,103). Sum of RGB (Red+Green+Blue) = 138+170+103=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA67 is #755598. Grayscale: #999999. Windows color (decimal): -7689625 or 6793866. OLE color: 6793866.

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

Color convert

RGB 138 170 103 -
CMYK 0.19 0 0.39 0.33
HSL 88.66º 0.28% 0.54% -
HSV(B) 88.66º 0.39% 0.67% -
XYZ 27.3 35.13 18.17 -
YUV 152.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 138 170 103 0.19 0 0.39 0.33 88.66 0.28 0.54
Hex 8A AA 67 13 0 27 21 59 1C 36
Octal 212 252 147 23 0 47 41 131 34 66
Binary 10001010 10101010 1100111 10011 0 100111 100001 1011001 11100 110110

Color Harmonies of #8AAA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA67

Black with #8AAA67

Text Example


Text Example

White with #8AAA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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