Html Css Color HEX #8CB066 Chelsea Cucumber

📋 copy color: '#8CB066'

red 140 ◦ green 176 ◦ blue 102

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

Shades of Chelsea Cucumber #8CB066

Tints of Chelsea Cucumber #8CB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 33.49%
G = 42.11%
B = 24.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#8CB066 (or 0x8CB066) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 66. RGB value is (140,176,102). Sum of RGB (Red+Green+Blue) = 140+176+102=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB066 is #734F99. Grayscale: #9D9D9D. Windows color (decimal): -7557018 or 6729868. OLE color: 6729868.

HSL color Cylindrical-coordinate representation of color #8CB066: hue angle of 89.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CB066 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 102 -
CMYK 0.20 0 0.42 0.31
HSL 89.19º 0.32% 0.55% -
HSV(B) 89.19º 0.42% 0.69% -
XYZ 28.74 37.59 18.31 -
YUV 156.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 140 176 102 0.20 0 0.42 0.31 89.19 0.32 0.55
Hex 8C B0 66 14 0 2A 1F 59 20 37
Octal 214 260 146 24 0 52 37 131 40 67
Binary 10001100 10110000 1100110 10100 0 101010 11111 1011001 100000 110111

Color Harmonies of #8CB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB066

Black with #8CB066

Text Example


Text Example

White with #8CB066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,176,102); }

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

background-color css

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

 a { background-color: rgb(140,176,102); }

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

border-color css

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

 span { border-color: rgb(140,176,102); }

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