Html Css Color HEX #8CAA6D Chelsea Cucumber

📋 copy color: '#8CAA6D'

red 140 ◦ green 170 ◦ blue 109

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

Shades of Chelsea Cucumber #8CAA6D

Tints of Chelsea Cucumber #8CAA6D

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

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

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

R = 33.41%
G = 40.57%
B = 26.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#8CAA6D (or 0x8CAA6D) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 6D. RGB value is (140,170,109). Sum of RGB (Red+Green+Blue) = 140+170+109=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6D is #735592. Grayscale: #9A9A9A. Windows color (decimal): -7558547 or 7187084. OLE color: 7187084.

HSL color Cylindrical-coordinate representation of color #8CAA6D: hue angle of 89.51º 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 #8CAA6D is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 170 109 -
CMYK 0.18 0 0.36 0.33
HSL 89.51º 0.26% 0.55% -
HSV(B) 89.51º 0.36% 0.67% -
XYZ 27.95 35.43 19.83 -
YUV 154.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 140 170 109 0.18 0 0.36 0.33 89.51 0.26 0.55
Hex 8C AA 6D 12 0 24 21 5A 1A 37
Octal 214 252 155 22 0 44 41 132 32 67
Binary 10001100 10101010 1101101 10010 0 100100 100001 1011010 11010 110111

Color Harmonies of #8CAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA6D

Black with #8CAA6D

Text Example


Text Example

White with #8CAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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