#8CA264

Color #8CA264 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8CA264

Tints of Chelsea Cucumber #8CA264

Color information

#8CA264 (or 0x8CA264) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 64. RGB value is (140,162,100). Sum of RGB (Red+Green+Blue) = 140+162+100=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA264 is #735D9B. Grayscale: #949494. Windows color (decimal): -7560604 or 6595212. OLE color: 6595212.

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

Color convert

RGB140162100-
CMYK0.1400.380.36
HSL81.29º25%51.37%-
HSV(B)81.29º38.27%63.53%-
XYZ26.0432.3416.93-
YUV148.35100.71122.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=34.83%
G=40.30%
B=24.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621000.1400.380.3681.292551.37
Hex8CA264E02624511933
Octal21424214416046441213163
Binary1000110010100010110010011100100110100100101000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA264;
 }
 .AnyTagClassName
 {
   color: #8CA264;
 }
</style>
background-color css

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

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

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

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

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

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