Html Css Color HEX #8CB150 Chelsea Cucumber

📋 copy color: '#8CB150'

red 140 ◦ green 177 ◦ blue 80

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

Shades of Chelsea Cucumber #8CB150

Tints of Chelsea Cucumber #8CB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 35.26%
G = 44.58%
B = 20.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#8CB150 (or 0x8CB150) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 50. RGB value is (140,177,80). Sum of RGB (Red+Green+Blue) = 140+177+80=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB150 is #734EAF. Grayscale: #9B9B9B. Windows color (decimal): -7556784 or 5288332. OLE color: 5288332.

HSL color Cylindrical-coordinate representation of color #8CB150: hue angle of 82.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CB150 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 80 -
CMYK 0.21 0 0.55 0.31
HSL 82.89º 0.38% 0.5% -
HSV(B) 82.89º 0.55% 0.69% -
XYZ 27.99 37.6 13.37 -
YUV 154.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 140 177 80 0.21 0 0.55 0.31 82.89 0.38 0.5
Hex 8C B1 50 15 0 37 1F 53 26 32
Octal 214 261 120 25 0 67 37 123 46 62
Binary 10001100 10110001 1010000 10101 0 110111 11111 1010011 100110 110010

Color Harmonies of #8CB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB150

Black with #8CB150

Text Example


Text Example

White with #8CB150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,177,80); }

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

background-color css

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

 a { background-color: rgb(140,177,80); }

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

border-color css

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

 span { border-color: rgb(140,177,80); }

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