Html Css Color HEX #8CA364 Chelsea Cucumber

📋 copy color: '#8CA364'

red 140 ◦ green 163 ◦ blue 100

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

Shades of Chelsea Cucumber #8CA364

Tints of Chelsea Cucumber #8CA364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.81%

R = 34.74%
G = 40.45%
B = 24.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#8CA364 (or 0x8CA364) is known color: Chelsea Cucumber. HEX triplet: 8C, A3 and 64. RGB value is (140,163,100). Sum of RGB (Red+Green+Blue) = 140+163+100=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA364 is #735C9B. Grayscale: #959595. Windows color (decimal): -7560348 or 6595468. OLE color: 6595468.

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

Color convert

RGB 140 163 100 -
CMYK 0.14 0 0.39 0.36
HSL 81.9º 0.26% 0.52% -
HSV(B) 81.9º 0.39% 0.64% -
XYZ 26.21 32.69 16.98 -
YUV 148.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 140 163 100 0.14 0 0.39 0.36 81.9 0.26 0.52
Hex 8C A3 64 E 0 27 24 52 1A 34
Octal 214 243 144 16 0 47 44 122 32 64
Binary 10001100 10100011 1100100 1110 0 100111 100100 1010010 11010 110100

Color Harmonies of #8CA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA364

Black with #8CA364

Text Example


Text Example

White with #8CA364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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