Html Css Color HEX #8CA36A Chelsea Cucumber

📋 copy color: '#8CA36A'

red 140 ◦ green 163 ◦ blue 106

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

Shades of Chelsea Cucumber #8CA36A

Tints of Chelsea Cucumber #8CA36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.85%

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

R = 34.23%
G = 39.85%
B = 25.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#8CA36A (or 0x8CA36A) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 6A. RGB value is (140,163,106). Sum of RGB (Red+Green+Blue) = 140+163+106=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA36A is #735C95. Grayscale: #959595. Windows color (decimal): -7560342 or 6988684. OLE color: 6988684.

HSL color Cylindrical-coordinate representation of color #8CA36A: hue angle of 84.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CA36A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 106 -
CMYK 0.14 0 0.35 0.36
HSL 84.21º 0.24% 0.53% -
HSV(B) 84.21º 0.35% 0.64% -
XYZ 26.51 32.81 18.57 -
YUV 149.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 140 163 106 0.14 0 0.35 0.36 84.21 0.24 0.53
Hex 8C A3 6A E 0 23 24 54 18 35
Octal 214 243 152 16 0 43 44 124 30 65
Binary 10001100 10100011 1101010 1110 0 100011 100100 1010100 11000 110101

Color Harmonies of #8CA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA36A

Black with #8CA36A

Text Example


Text Example

White with #8CA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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