Html Css Color HEX #8CB260 Chelsea Cucumber

📋 copy color: '#8CB260'

red 140 ◦ green 178 ◦ blue 96

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

Shades of Chelsea Cucumber #8CB260

Tints of Chelsea Cucumber #8CB260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 33.82%
G = 43%
B = 23.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#8CB260 (or 0x8CB260) is known color: Chelsea Cucumber. HEX triplet: 8C, B2 and 60. RGB value is (140,178,96). Sum of RGB (Red+Green+Blue) = 140+178+96=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB260 is #734D9F. Grayscale: #9D9D9D. Windows color (decimal): -7556512 or 6337164. OLE color: 6337164.

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

Color convert

RGB 140 178 96 -
CMYK 0.21 0 0.46 0.30
HSL 87.8º 0.35% 0.54% -
HSV(B) 87.8º 0.46% 0.7% -
XYZ 28.85 38.26 16.93 -
YUV 157.29 93.41 115.67 -
System Red Green Blue C M Y K H S L
Decimal 140 178 96 0.21 0 0.46 0.30 87.8 0.35 0.54
Hex 8C B2 60 15 0 2E 1E 58 23 36
Octal 214 262 140 25 0 56 36 130 43 66
Binary 10001100 10110010 1100000 10101 0 101110 11110 1011000 100011 110110

Color Harmonies of #8CB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB260

Black with #8CB260

Text Example


Text Example

White with #8CB260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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