Html Css Color HEX #8CA949 Chelsea Cucumber

📋 copy color: '#8CA949'

red 140 ◦ green 169 ◦ blue 73

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

Shades of Chelsea Cucumber #8CA949

Tints of Chelsea Cucumber #8CA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

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

R = 36.65%
G = 44.24%
B = 19.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#8CA949 (or 0x8CA949) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 49. RGB value is (140,169,73). Sum of RGB (Red+Green+Blue) = 140+169+73=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA949 is #7356B6. Grayscale: #959595. Windows color (decimal): -7558839 or 4827532. OLE color: 4827532.

HSL color Cylindrical-coordinate representation of color #8CA949: hue angle of 78.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CA949 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 169 73 -
CMYK 0.17 0 0.57 0.34
HSL 78.12º 0.4% 0.47% -
HSV(B) 78.12º 0.57% 0.66% -
XYZ 26.21 34.43 11.57 -
YUV 149.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 140 169 73 0.17 0 0.57 0.34 78.12 0.4 0.47
Hex 8C A9 49 11 0 39 22 4E 28 2F
Octal 214 251 111 21 0 71 42 116 50 57
Binary 10001100 10101001 1001001 10001 0 111001 100010 1001110 101000 101111

Color Harmonies of #8CA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA949

Black with #8CA949

Text Example


Text Example

White with #8CA949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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