Html Css Color HEX #8CA566 Chelsea Cucumber

📋 copy color: '#8CA566'

red 140 ◦ green 165 ◦ blue 102

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

Shades of Chelsea Cucumber #8CA566

Tints of Chelsea Cucumber #8CA566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 34.4%
G = 40.54%
B = 25.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#8CA566 (or 0x8CA566) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 66. RGB value is (140,165,102). Sum of RGB (Red+Green+Blue) = 140+165+102=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA566 is #735A99. Grayscale: #969696. Windows color (decimal): -7559834 or 6727052. OLE color: 6727052.

HSL color Cylindrical-coordinate representation of color #8CA566: hue angle of 83.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CA566 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 102 -
CMYK 0.15 0 0.38 0.35
HSL 83.81º 0.26% 0.52% -
HSV(B) 83.81º 0.38% 0.65% -
XYZ 26.67 33.45 17.62 -
YUV 150.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 140 165 102 0.15 0 0.38 0.35 83.81 0.26 0.52
Hex 8C A5 66 F 0 26 23 54 1A 34
Octal 214 245 146 17 0 46 43 124 32 64
Binary 10001100 10100101 1100110 1111 0 100110 100011 1010100 11010 110100

Color Harmonies of #8CA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA566

Black with #8CA566

Text Example


Text Example

White with #8CA566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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