Html Css Color HEX #8CA366 Chelsea Cucumber

📋 copy color: '#8CA366'

red 140 ◦ green 163 ◦ blue 102

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

Shades of Chelsea Cucumber #8CA366

Tints of Chelsea Cucumber #8CA366

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 34.57%
G = 40.25%
B = 25.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#8CA366 (or 0x8CA366) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 66. RGB value is (140,163,102). Sum of RGB (Red+Green+Blue) = 140+163+102=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA366 is #735C99. Grayscale: #959595. Windows color (decimal): -7560346 or 6726540. OLE color: 6726540.

HSL color Cylindrical-coordinate representation of color #8CA366: hue angle of 82.62º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA366 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 102 -
CMYK 0.14 0 0.37 0.36
HSL 82.62º 0.25% 0.52% -
HSV(B) 82.62º 0.37% 0.64% -
XYZ 26.31 32.73 17.5 -
YUV 149.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 140 163 102 0.14 0 0.37 0.36 82.62 0.25 0.52
Hex 8C A3 66 E 0 25 24 53 19 34
Octal 214 243 146 16 0 45 44 123 31 64
Binary 10001100 10100011 1100110 1110 0 100101 100100 1010011 11001 110100

Color Harmonies of #8CA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA366

Black with #8CA366

Text Example


Text Example

White with #8CA366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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