Html Css Color HEX #8CAB52 Chelsea Cucumber

📋 copy color: '#8CAB52'

red 140 ◦ green 171 ◦ blue 82

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

Shades of Chelsea Cucumber #8CAB52

Tints of Chelsea Cucumber #8CAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.87%

R = 35.62%
G = 43.51%
B = 20.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#8CAB52 (or 0x8CAB52) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 52. RGB value is (140,171,82). Sum of RGB (Red+Green+Blue) = 140+171+82=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB52 is #7354AD. Grayscale: #979797. Windows color (decimal): -7558318 or 5417868. OLE color: 5417868.

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

Color convert

RGB 140 171 82 -
CMYK 0.18 0 0.52 0.33
HSL 80.9º 0.35% 0.5% -
HSV(B) 80.9º 0.52% 0.67% -
XYZ 26.9 35.31 13.38 -
YUV 151.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 140 171 82 0.18 0 0.52 0.33 80.9 0.35 0.5
Hex 8C AB 52 12 0 34 21 51 23 32
Octal 214 253 122 22 0 64 41 121 43 62
Binary 10001100 10101011 1010010 10010 0 110100 100001 1010001 100011 110010

Color Harmonies of #8CAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB52

Black with #8CAB52

Text Example


Text Example

White with #8CAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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