Html Css Color HEX #8CB166 Chelsea Cucumber

📋 copy color: '#8CB166'

red 140 ◦ green 177 ◦ blue 102

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

Shades of Chelsea Cucumber #8CB166

Tints of Chelsea Cucumber #8CB166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 33.41%
G = 42.24%
B = 24.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#8CB166 (or 0x8CB166) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 66. RGB value is (140,177,102). Sum of RGB (Red+Green+Blue) = 140+177+102=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB166 is #734E99. Grayscale: #9D9D9D. Windows color (decimal): -7556762 or 6730124. OLE color: 6730124.

HSL color Cylindrical-coordinate representation of color #8CB166: hue angle of 89.6º 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 #8CB166 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 102 -
CMYK 0.21 0 0.42 0.31
HSL 89.6º 0.32% 0.55% -
HSV(B) 89.6º 0.42% 0.69% -
XYZ 28.94 37.98 18.38 -
YUV 157.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 140 177 102 0.21 0 0.42 0.31 89.6 0.32 0.55
Hex 8C B1 66 15 0 2A 1F 5A 20 37
Octal 214 261 146 25 0 52 37 132 40 67
Binary 10001100 10110001 1100110 10101 0 101010 11111 1011010 100000 110111

Color Harmonies of #8CB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB166

Black with #8CB166

Text Example


Text Example

White with #8CB166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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