Html Css Color HEX #8CAA6A Chelsea Cucumber

📋 copy color: '#8CAA6A'

red 140 ◦ green 170 ◦ blue 106

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

Shades of Chelsea Cucumber #8CAA6A

Tints of Chelsea Cucumber #8CAA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 33.65%
G = 40.87%
B = 25.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#8CAA6A (or 0x8CAA6A) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 6A. RGB value is (140,170,106). Sum of RGB (Red+Green+Blue) = 140+170+106=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA6A is #735595. Grayscale: #999999. Windows color (decimal): -7558550 or 6990476. OLE color: 6990476.

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

Color convert

RGB 140 170 106 -
CMYK 0.18 0 0.38 0.33
HSL 88.13º 0.27% 0.54% -
HSV(B) 88.13º 0.38% 0.67% -
XYZ 27.79 35.37 19 -
YUV 153.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 140 170 106 0.18 0 0.38 0.33 88.13 0.27 0.54
Hex 8C AA 6A 12 0 26 21 58 1B 36
Octal 214 252 152 22 0 46 41 130 33 66
Binary 10001100 10101010 1101010 10010 0 100110 100001 1011000 11011 110110

Color Harmonies of #8CAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA6A

Black with #8CAA6A

Text Example


Text Example

White with #8CAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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