Html Css Color HEX #8CB246 Chelsea Cucumber

📋 copy color: '#8CB246'

red 140 ◦ green 178 ◦ blue 70

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

Shades of Chelsea Cucumber #8CB246

Tints of Chelsea Cucumber #8CB246

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 36.08%
G = 45.88%
B = 18.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#8CB246 (or 0x8CB246) is known color: Chelsea Cucumber. HEX triplet: 8C, B2 and 46. RGB value is (140,178,70). Sum of RGB (Red+Green+Blue) = 140+178+70=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB246 is #734DB9. Grayscale: #9A9A9A. Windows color (decimal): -7556538 or 4633228. OLE color: 4633228.

HSL color Cylindrical-coordinate representation of color #8CB246: hue angle of 81.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CB246 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 70 -
CMYK 0.21 0 0.61 0.30
HSL 81.11º 0.44% 0.49% -
HSV(B) 81.11º 0.61% 0.7% -
XYZ 27.84 37.86 11.63 -
YUV 154.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 140 178 70 0.21 0 0.61 0.30 81.11 0.44 0.49
Hex 8C B2 46 15 0 3D 1E 51 2C 31
Octal 214 262 106 25 0 75 36 121 54 61
Binary 10001100 10110010 1000110 10101 0 111101 11110 1010001 101100 110001

Color Harmonies of #8CB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB246

Black with #8CB246

Text Example


Text Example

White with #8CB246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,70); }

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

background-color css

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

 a { background-color: rgb(140,178,70); }

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

border-color css

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

 span { border-color: rgb(140,178,70); }

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