Html Css Color HEX #8CBA51 Chelsea Cucumber

📋 copy color: '#8CBA51'

red 140 ◦ green 186 ◦ blue 81

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

Shades of Chelsea Cucumber #8CBA51

Tints of Chelsea Cucumber #8CBA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.9%

R = 34.4%
G = 45.7%
B = 19.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#8CBA51 (or 0x8CBA51) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 51. RGB value is (140,186,81). Sum of RGB (Red+Green+Blue) = 140+186+81=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA51 is #7345AE. Grayscale: #A0A0A0. Windows color (decimal): -7554479 or 5356172. OLE color: 5356172.

HSL color Cylindrical-coordinate representation of color #8CBA51: hue angle of 86.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CBA51 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 81 -
CMYK 0.25 0 0.56 0.27
HSL 86.29º 0.43% 0.52% -
HSV(B) 86.29º 0.56% 0.73% -
XYZ 29.86 41.29 14.18 -
YUV 160.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 140 186 81 0.25 0 0.56 0.27 86.29 0.43 0.52
Hex 8C BA 51 19 0 38 1B 56 2B 34
Octal 214 272 121 31 0 70 33 126 53 64
Binary 10001100 10111010 1010001 11001 0 111000 11011 1010110 101011 110100

Color Harmonies of #8CBA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA51

Black with #8CBA51

Text Example


Text Example

White with #8CBA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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