Html Css Color HEX #8AA56E Chelsea Cucumber

📋 copy color: '#8AA56E'

red 138 ◦ green 165 ◦ blue 110

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

Shades of Chelsea Cucumber #8AA56E

Tints of Chelsea Cucumber #8AA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.95%

 BLUE value IS 110 (43.36% from 255) = 26.63%

R = 33.41%
G = 39.95%
B = 26.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#8AA56E (or 0x8AA56E) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 6E. RGB value is (138,165,110). Sum of RGB (Red+Green+Blue) = 138+165+110=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA56E is #755A91. Grayscale: #969696. Windows color (decimal): -7690898 or 7251338. OLE color: 7251338.

HSL color Cylindrical-coordinate representation of color #8AA56E: hue angle of 89.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AA56E is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 165 110 -
CMYK 0.16 0 0.33 0.35
HSL 89.45º 0.23% 0.54% -
HSV(B) 89.45º 0.33% 0.65% -
XYZ 26.75 33.44 19.8 -
YUV 150.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 138 165 110 0.16 0 0.33 0.35 89.45 0.23 0.54
Hex 8A A5 6E 10 0 21 23 59 17 36
Octal 212 245 156 20 0 41 43 131 27 66
Binary 10001010 10100101 1101110 10000 0 100001 100011 1011001 10111 110110

Color Harmonies of #8AA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA56E

Black with #8AA56E

Text Example


Text Example

White with #8AA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,110); }

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

background-color css

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

 a { background-color: rgb(138,165,110); }

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

border-color css

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

 span { border-color: rgb(138,165,110); }

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