Html Css Color HEX #8CA54C Chelsea Cucumber

📋 copy color: '#8CA54C'

red 140 ◦ green 165 ◦ blue 76

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

Shades of Chelsea Cucumber #8CA54C

Tints of Chelsea Cucumber #8CA54C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 36.75%
G = 43.31%
B = 19.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#8CA54C (or 0x8CA54C) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 4C. RGB value is (140,165,76). Sum of RGB (Red+Green+Blue) = 140+165+76=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA54C is #735AB3. Grayscale: #939393. Windows color (decimal): -7559860 or 5023116. OLE color: 5023116.

HSL color Cylindrical-coordinate representation of color #8CA54C: hue angle of 76.85º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CA54C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 76 -
CMYK 0.15 0 0.54 0.35
HSL 76.85º 0.37% 0.47% -
HSV(B) 76.85º 0.54% 0.65% -
XYZ 25.57 33.01 11.86 -
YUV 147.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 140 165 76 0.15 0 0.54 0.35 76.85 0.37 0.47
Hex 8C A5 4C F 0 36 23 4D 25 2F
Octal 214 245 114 17 0 66 43 115 45 57
Binary 10001100 10100101 1001100 1111 0 110110 100011 1001101 100101 101111

Color Harmonies of #8CA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA54C

Black with #8CA54C

Text Example


Text Example

White with #8CA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,165,76); }

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

background-color css

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

 a { background-color: rgb(140,165,76); }

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

border-color css

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

 span { border-color: rgb(140,165,76); }

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