Html Css Color HEX #8CBA49 Chelsea Cucumber

📋 copy color: '#8CBA49'

red 140 ◦ green 186 ◦ blue 73

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

Shades of Chelsea Cucumber #8CBA49

Tints of Chelsea Cucumber #8CBA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

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

R = 35.09%
G = 46.62%
B = 18.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8CBA49 (or 0x8CBA49) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 49. RGB value is (140,186,73). Sum of RGB (Red+Green+Blue) = 140+186+73=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA49 is #7345B6. Grayscale: #9F9F9F. Windows color (decimal): -7554487 or 4831884. OLE color: 4831884.

HSL color Cylindrical-coordinate representation of color #8CBA49: hue angle of 84.42º degrees, saturation: 0.45, 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 #8CBA49 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 73 -
CMYK 0.25 0 0.61 0.27
HSL 84.42º 0.45% 0.51% -
HSV(B) 84.42º 0.61% 0.73% -
XYZ 29.58 41.17 12.69 -
YUV 159.36 79.26 114.19 -
System Red Green Blue C M Y K H S L
Decimal 140 186 73 0.25 0 0.61 0.27 84.42 0.45 0.51
Hex 8C BA 49 19 0 3D 1B 54 2D 33
Octal 214 272 111 31 0 75 33 124 55 63
Binary 10001100 10111010 1001001 11001 0 111101 11011 1010100 101101 110011

Color Harmonies of #8CBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA49

Black with #8CBA49

Text Example


Text Example

White with #8CBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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