Html Css Color HEX #8CB548 Chelsea Cucumber

📋 copy color: '#8CB548'

red 140 ◦ green 181 ◦ blue 72

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

Shades of Chelsea Cucumber #8CB548

Tints of Chelsea Cucumber #8CB548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 35.62%
G = 46.06%
B = 18.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#8CB548 (or 0x8CB548) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 48. RGB value is (140,181,72). Sum of RGB (Red+Green+Blue) = 140+181+72=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB548 is #734AB7. Grayscale: #9C9C9C. Windows color (decimal): -7555768 or 4765068. OLE color: 4765068.

HSL color Cylindrical-coordinate representation of color #8CB548: hue angle of 82.57º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CB548 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 72 -
CMYK 0.23 0 0.60 0.29
HSL 82.57º 0.43% 0.5% -
HSV(B) 82.57º 0.6% 0.71% -
XYZ 28.51 39.09 12.17 -
YUV 156.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 140 181 72 0.23 0 0.60 0.29 82.57 0.43 0.5
Hex 8C B5 48 17 0 3C 1D 53 2B 32
Octal 214 265 110 27 0 74 35 123 53 62
Binary 10001100 10110101 1001000 10111 0 111100 11101 1010011 101011 110010

Color Harmonies of #8CB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB548

Black with #8CB548

Text Example


Text Example

White with #8CB548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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