Html Css Color HEX #8CA249 Chelsea Cucumber

📋 copy color: '#8CA249'

red 140 ◦ green 162 ◦ blue 73

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

Shades of Chelsea Cucumber #8CA249

Tints of Chelsea Cucumber #8CA249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 37.33%
G = 43.2%
B = 19.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#8CA249 (or 0x8CA249) is known color: Chelsea Cucumber. HEX triplet: 8C, A2 and 49. RGB value is (140,162,73). Sum of RGB (Red+Green+Blue) = 140+162+73=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA249 is #735DB6. Grayscale: #919191. Windows color (decimal): -7560631 or 4825740. OLE color: 4825740.

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

Color convert

RGB 140 162 73 -
CMYK 0.14 0 0.55 0.36
HSL 74.83º 0.38% 0.46% -
HSV(B) 74.83º 0.55% 0.64% -
XYZ 24.94 31.9 11.15 -
YUV 145.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 140 162 73 0.14 0 0.55 0.36 74.83 0.38 0.46
Hex 8C A2 49 E 0 37 24 4B 26 2E
Octal 214 242 111 16 0 67 44 113 46 56
Binary 10001100 10100010 1001001 1110 0 110111 100100 1001011 100110 101110

Color Harmonies of #8CA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA249

Black with #8CA249

Text Example


Text Example

White with #8CA249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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