Html Css Color HEX #8CA16C Chelsea Cucumber

📋 copy color: '#8CA16C'

red 140 ◦ green 161 ◦ blue 108

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

Shades of Chelsea Cucumber #8CA16C

Tints of Chelsea Cucumber #8CA16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 34.23%
G = 39.36%
B = 26.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#8CA16C (or 0x8CA16C) is known color: Chelsea Cucumber. HEX triplet: 8C, A1 and 6C. RGB value is (140,161,108). Sum of RGB (Red+Green+Blue) = 140+161+108=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA16C is #735E93. Grayscale: #949494. Windows color (decimal): -7560852 or 7119244. OLE color: 7119244.

HSL color Cylindrical-coordinate representation of color #8CA16C: hue angle of 83.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CA16C is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 161 108 -
CMYK 0.13 0 0.33 0.37
HSL 83.77º 0.22% 0.53% -
HSV(B) 83.77º 0.33% 0.63% -
XYZ 26.27 32.15 19.01 -
YUV 148.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 140 161 108 0.13 0 0.33 0.37 83.77 0.22 0.53
Hex 8C A1 6C D 0 21 25 54 16 35
Octal 214 241 154 15 0 41 45 124 26 65
Binary 10001100 10100001 1101100 1101 0 100001 100101 1010100 10110 110101

Color Harmonies of #8CA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA16C

Black with #8CA16C

Text Example


Text Example

White with #8CA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,161,108); }

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

background-color css

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

 a { background-color: rgb(140,161,108); }

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

border-color css

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

 span { border-color: rgb(140,161,108); }

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