Html Css Color HEX #8CA273 Chelsea Cucumber

📋 copy color: '#8CA273'

red 140 ◦ green 162 ◦ blue 115

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

Shades of Chelsea Cucumber #8CA273

Tints of Chelsea Cucumber #8CA273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 33.57%
G = 38.85%
B = 27.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8CA273 (or 0x8CA273) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 73. RGB value is (140,162,115). Sum of RGB (Red+Green+Blue) = 140+162+115=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA273 is #735D8C. Grayscale: #969696. Windows color (decimal): -7560589 or 7578252. OLE color: 7578252.

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

Color convert

RGB 140 162 115 -
CMYK 0.14 0 0.29 0.36
HSL 88.09º 0.2% 0.54% -
HSV(B) 88.09º 0.29% 0.64% -
XYZ 26.83 32.65 21.11 -
YUV 150.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 140 162 115 0.14 0 0.29 0.36 88.09 0.2 0.54
Hex 8C A2 73 E 0 1D 24 58 14 36
Octal 214 242 163 16 0 35 44 130 24 66
Binary 10001100 10100010 1110011 1110 0 11101 100100 1011000 10100 110110

Color Harmonies of #8CA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA273

Black with #8CA273

Text Example


Text Example

White with #8CA273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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