Html Css Color HEX #8CAC53 Chelsea Cucumber

📋 copy color: '#8CAC53'

red 140 ◦ green 172 ◦ blue 83

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

Shades of Chelsea Cucumber #8CAC53

Tints of Chelsea Cucumber #8CAC53

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.54%

 BLUE value IS 83 (32.81% from 255) = 21.01%

R = 35.44%
G = 43.54%
B = 21.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#8CAC53 (or 0x8CAC53) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 53. RGB value is (140,172,83). Sum of RGB (Red+Green+Blue) = 140+172+83=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC53 is #7353AC. Grayscale: #989898. Windows color (decimal): -7558061 or 5483660. OLE color: 5483660.

HSL color Cylindrical-coordinate representation of color #8CAC53: hue angle of 81.57º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CAC53 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 83 -
CMYK 0.19 0 0.52 0.33
HSL 81.57º 0.35% 0.5% -
HSV(B) 81.57º 0.52% 0.67% -
XYZ 27.13 35.71 13.65 -
YUV 152.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 140 172 83 0.19 0 0.52 0.33 81.57 0.35 0.5
Hex 8C AC 53 13 0 34 21 52 23 32
Octal 214 254 123 23 0 64 41 122 43 62
Binary 10001100 10101100 1010011 10011 0 110100 100001 1010010 100011 110010

Color Harmonies of #8CAC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC53

Black with #8CAC53

Text Example


Text Example

White with #8CAC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,83); }

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

background-color css

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

 a { background-color: rgb(140,172,83); }

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

border-color css

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

 span { border-color: rgb(140,172,83); }

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