Html Css Color HEX #8CAB68 Chelsea Cucumber

📋 copy color: '#8CAB68'

red 140 ◦ green 171 ◦ blue 104

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

Shades of Chelsea Cucumber #8CAB68

Tints of Chelsea Cucumber #8CAB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 33.73%
G = 41.2%
B = 25.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#8CAB68 (or 0x8CAB68) is known color: Chelsea Cucumber. HEX triplet: 8C, AB and 68. RGB value is (140,171,104). Sum of RGB (Red+Green+Blue) = 140+171+104=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB68 is #735497. Grayscale: #9A9A9A. Windows color (decimal): -7558296 or 6859660. OLE color: 6859660.

HSL color Cylindrical-coordinate representation of color #8CAB68: hue angle of 87.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CAB68 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 104 -
CMYK 0.18 0 0.39 0.33
HSL 87.76º 0.29% 0.54% -
HSV(B) 87.76º 0.39% 0.67% -
XYZ 27.88 35.7 18.52 -
YUV 154.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 140 171 104 0.18 0 0.39 0.33 87.76 0.29 0.54
Hex 8C AB 68 12 0 27 21 58 1D 36
Octal 214 253 150 22 0 47 41 130 35 66
Binary 10001100 10101011 1101000 10010 0 100111 100001 1011000 11101 110110

Color Harmonies of #8CAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB68

Black with #8CAB68

Text Example


Text Example

White with #8CAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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