Html Css Color HEX #8CBA53 Chelsea Cucumber

📋 copy color: '#8CBA53'

red 140 ◦ green 186 ◦ blue 83

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

Shades of Chelsea Cucumber #8CBA53

Tints of Chelsea Cucumber #8CBA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.29%

R = 34.23%
G = 45.48%
B = 20.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#8CBA53 (or 0x8CBA53) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 53. RGB value is (140,186,83). Sum of RGB (Red+Green+Blue) = 140+186+83=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA53 is #7345AC. Grayscale: #A0A0A0. Windows color (decimal): -7554477 or 5487244. OLE color: 5487244.

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

Color convert

RGB 140 186 83 -
CMYK 0.25 0 0.55 0.27
HSL 86.8º 0.43% 0.53% -
HSV(B) 86.8º 0.55% 0.73% -
XYZ 29.94 41.32 14.58 -
YUV 160.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 140 186 83 0.25 0 0.55 0.27 86.8 0.43 0.53
Hex 8C BA 53 19 0 37 1B 57 2B 35
Octal 214 272 123 31 0 67 33 127 53 65
Binary 10001100 10111010 1010011 11001 0 110111 11011 1010111 101011 110101

Color Harmonies of #8CBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA53

Black with #8CBA53

Text Example


Text Example

White with #8CBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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