Html Css Color HEX #8CB949 Chelsea Cucumber

📋 copy color: '#8CB949'

red 140 ◦ green 185 ◦ blue 73

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

Shades of Chelsea Cucumber #8CB949

Tints of Chelsea Cucumber #8CB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.48%

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

R = 35.18%
G = 46.48%
B = 18.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8CB949 (or 0x8CB949) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 49. RGB value is (140,185,73). Sum of RGB (Red+Green+Blue) = 140+185+73=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB949 is #7346B6. Grayscale: #9F9F9F. Windows color (decimal): -7554743 or 4831628. OLE color: 4831628.

HSL color Cylindrical-coordinate representation of color #8CB949: hue angle of 84.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CB949 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 185 73 -
CMYK 0.24 0 0.61 0.27
HSL 84.11º 0.44% 0.51% -
HSV(B) 84.11º 0.61% 0.73% -
XYZ 29.37 40.75 12.62 -
YUV 158.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 140 185 73 0.24 0 0.61 0.27 84.11 0.44 0.51
Hex 8C B9 49 18 0 3D 1B 54 2C 33
Octal 214 271 111 30 0 75 33 124 54 63
Binary 10001100 10111001 1001001 11000 0 111101 11011 1010100 101100 110011

Color Harmonies of #8CB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB949

Black with #8CB949

Text Example


Text Example

White with #8CB949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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