Html Css Color HEX #8AA56C Chelsea Cucumber

📋 copy color: '#8AA56C'

red 138 ◦ green 165 ◦ blue 108

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

Shades of Chelsea Cucumber #8AA56C

Tints of Chelsea Cucumber #8AA56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 33.58%
G = 40.15%
B = 26.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#8AA56C (or 0x8AA56C) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 6C. RGB value is (138,165,108). Sum of RGB (Red+Green+Blue) = 138+165+108=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA56C is #755A93. Grayscale: #969696. Windows color (decimal): -7690900 or 7120266. OLE color: 7120266.

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

Color convert

RGB 138 165 108 -
CMYK 0.16 0 0.35 0.35
HSL 88.42º 0.24% 0.54% -
HSV(B) 88.42º 0.35% 0.65% -
XYZ 26.64 33.4 19.23 -
YUV 150.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 138 165 108 0.16 0 0.35 0.35 88.42 0.24 0.54
Hex 8A A5 6C 10 0 23 23 58 18 36
Octal 212 245 154 20 0 43 43 130 30 66
Binary 10001010 10100101 1101100 10000 0 100011 100011 1011000 11000 110110

Color Harmonies of #8AA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA56C

Black with #8AA56C

Text Example


Text Example

White with #8AA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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