Html Css Color HEX #8CBA4D Chelsea Cucumber

📋 copy color: '#8CBA4D'

red 140 ◦ green 186 ◦ blue 77

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

Shades of Chelsea Cucumber #8CBA4D

Tints of Chelsea Cucumber #8CBA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 34.74%
G = 46.15%
B = 19.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#8CBA4D (or 0x8CBA4D) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 4D. RGB value is (140,186,77). Sum of RGB (Red+Green+Blue) = 140+186+77=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA4D is #7345B2. Grayscale: #A0A0A0. Windows color (decimal): -7554483 or 5094028. OLE color: 5094028.

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

Color convert

RGB 140 186 77 -
CMYK 0.25 0 0.59 0.27
HSL 85.32º 0.44% 0.52% -
HSV(B) 85.32º 0.59% 0.73% -
XYZ 29.71 41.23 13.41 -
YUV 159.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 140 186 77 0.25 0 0.59 0.27 85.32 0.44 0.52
Hex 8C BA 4D 19 0 3B 1B 55 2C 34
Octal 214 272 115 31 0 73 33 125 54 64
Binary 10001100 10111010 1001101 11001 0 111011 11011 1010101 101100 110100

Color Harmonies of #8CBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA4D

Black with #8CBA4D

Text Example


Text Example

White with #8CBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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