Html Css Color HEX #8CAB6A Chelsea Cucumber

📋 copy color: '#8CAB6A'

red 140 ◦ green 171 ◦ blue 106

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

Shades of Chelsea Cucumber #8CAB6A

Tints of Chelsea Cucumber #8CAB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 33.57%
G = 41.01%
B = 25.42%

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

#8CAB6A (or 0x8CAB6A) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 6A. RGB value is (140,171,106). Sum of RGB (Red+Green+Blue) = 140+171+106=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB6A is #735495. Grayscale: #9A9A9A. Windows color (decimal): -7558294 or 6990732. OLE color: 6990732.

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

Color convert

RGB 140 171 106 -
CMYK 0.18 0 0.38 0.33
HSL 88.62º 0.28% 0.54% -
HSV(B) 88.62º 0.38% 0.67% -
XYZ 27.98 35.74 19.06 -
YUV 154.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 140 171 106 0.18 0 0.38 0.33 88.62 0.28 0.54
Hex 8C AB 6A 12 0 26 21 59 1C 36
Octal 214 253 152 22 0 46 41 131 34 66
Binary 10001100 10101011 1101010 10010 0 100110 100001 1011001 11100 110110

Color Harmonies of #8CAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB6A

Black with #8CAB6A

Text Example


Text Example

White with #8CAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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