Html Css Color HEX #8CB948 Chelsea Cucumber

📋 copy color: '#8CB948'

red 140 ◦ green 185 ◦ blue 72

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

Shades of Chelsea Cucumber #8CB948

Tints of Chelsea Cucumber #8CB948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 35.26%
G = 46.6%
B = 18.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8CB948 (or 0x8CB948) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 48. RGB value is (140,185,72). Sum of RGB (Red+Green+Blue) = 140+185+72=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB948 is #7346B7. Grayscale: #9F9F9F. Windows color (decimal): -7554744 or 4766092. OLE color: 4766092.

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

Color convert

RGB 140 185 72 -
CMYK 0.24 0 0.61 0.27
HSL 83.89º 0.45% 0.5% -
HSV(B) 83.89º 0.61% 0.73% -
XYZ 29.33 40.74 12.45 -
YUV 158.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 140 185 72 0.24 0 0.61 0.27 83.89 0.45 0.5
Hex 8C B9 48 18 0 3D 1B 54 2D 32
Octal 214 271 110 30 0 75 33 124 55 62
Binary 10001100 10111001 1001000 11000 0 111101 11011 1010100 101101 110010

Color Harmonies of #8CB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB948

Black with #8CB948

Text Example


Text Example

White with #8CB948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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