Html Css Color HEX #8CA268 Chelsea Cucumber

📋 copy color: '#8CA268'

red 140 ◦ green 162 ◦ blue 104

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

Shades of Chelsea Cucumber #8CA268

Tints of Chelsea Cucumber #8CA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 34.48%
G = 39.9%
B = 25.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#8CA268 (or 0x8CA268) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 68. RGB value is (140,162,104). Sum of RGB (Red+Green+Blue) = 140+162+104=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA268 is #735D97. Grayscale: #959595. Windows color (decimal): -7560600 or 6857356. OLE color: 6857356.

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

Color convert

RGB 140 162 104 -
CMYK 0.14 0 0.36 0.36
HSL 82.76º 0.24% 0.52% -
HSV(B) 82.76º 0.36% 0.64% -
XYZ 26.23 32.42 17.97 -
YUV 148.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 140 162 104 0.14 0 0.36 0.36 82.76 0.24 0.52
Hex 8C A2 68 E 0 24 24 53 18 34
Octal 214 242 150 16 0 44 44 123 30 64
Binary 10001100 10100010 1101000 1110 0 100100 100100 1010011 11000 110100

Color Harmonies of #8CA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA268

Black with #8CA268

Text Example


Text Example

White with #8CA268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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