Html Css Color HEX #8CBA45 Chelsea Cucumber

📋 copy color: '#8CBA45'

red 140 ◦ green 186 ◦ blue 69

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

Shades of Chelsea Cucumber #8CBA45

Tints of Chelsea Cucumber #8CBA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 35.44%
G = 47.09%
B = 17.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#8CBA45 (or 0x8CBA45) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 45. RGB value is (140,186,69). Sum of RGB (Red+Green+Blue) = 140+186+69=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA45 is #7345BA. Grayscale: #9F9F9F. Windows color (decimal): -7554491 or 4569740. OLE color: 4569740.

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

Color convert

RGB 140 186 69 -
CMYK 0.25 0 0.63 0.27
HSL 83.59º 0.46% 0.5% -
HSV(B) 83.59º 0.63% 0.73% -
XYZ 29.45 41.12 12.02 -
YUV 158.91 77.26 114.51 -
System Red Green Blue C M Y K H S L
Decimal 140 186 69 0.25 0 0.63 0.27 83.59 0.46 0.5
Hex 8C BA 45 19 0 3F 1B 54 2E 32
Octal 214 272 105 31 0 77 33 124 56 62
Binary 10001100 10111010 1000101 11001 0 111111 11011 1010100 101110 110010

Color Harmonies of #8CBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA45

Black with #8CBA45

Text Example


Text Example

White with #8CBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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