Html Css Color HEX #8CBA54 Chelsea Cucumber

📋 copy color: '#8CBA54'

red 140 ◦ green 186 ◦ blue 84

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

Shades of Chelsea Cucumber #8CBA54

Tints of Chelsea Cucumber #8CBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.49%

R = 34.15%
G = 45.37%
B = 20.49%

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

#8CBA54 (or 0x8CBA54) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 54. RGB value is (140,186,84). Sum of RGB (Red+Green+Blue) = 140+186+84=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA54 is #7345AB. Grayscale: #A0A0A0. Windows color (decimal): -7554476 or 5552780. OLE color: 5552780.

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

Color convert

RGB 140 186 84 -
CMYK 0.25 0 0.55 0.27
HSL 87.06º 0.43% 0.53% -
HSV(B) 87.06º 0.55% 0.73% -
XYZ 29.97 41.33 14.79 -
YUV 160.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 140 186 84 0.25 0 0.55 0.27 87.06 0.43 0.53
Hex 8C BA 54 19 0 37 1B 57 2A 35
Octal 214 272 124 31 0 67 33 127 52 65
Binary 10001100 10111010 1010100 11001 0 110111 11011 1010111 101010 110101

Color Harmonies of #8CBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA54

Black with #8CBA54

Text Example


Text Example

White with #8CBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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