Html Css Color HEX #8CB545 Chelsea Cucumber

📋 copy color: '#8CB545'

red 140 ◦ green 181 ◦ blue 69

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

Shades of Chelsea Cucumber #8CB545

Tints of Chelsea Cucumber #8CB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.41%

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

R = 35.9%
G = 46.41%
B = 17.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#8CB545 (or 0x8CB545) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 45. RGB value is (140,181,69). Sum of RGB (Red+Green+Blue) = 140+181+69=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB545 is #734ABA. Grayscale: #9C9C9C. Windows color (decimal): -7555771 or 4568460. OLE color: 4568460.

HSL color Cylindrical-coordinate representation of color #8CB545: hue angle of 81.96º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CB545 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 69 -
CMYK 0.23 0 0.62 0.29
HSL 81.96º 0.45% 0.49% -
HSV(B) 81.96º 0.62% 0.71% -
XYZ 28.41 39.05 11.67 -
YUV 155.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 140 181 69 0.23 0 0.62 0.29 81.96 0.45 0.49
Hex 8C B5 45 17 0 3E 1D 52 2D 31
Octal 214 265 105 27 0 76 35 122 55 61
Binary 10001100 10110101 1000101 10111 0 111110 11101 1010010 101101 110001

Color Harmonies of #8CB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB545

Black with #8CB545

Text Example


Text Example

White with #8CB545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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