Html Css Color HEX #8CB750 Chelsea Cucumber

📋 copy color: '#8CB750'

red 140 ◦ green 183 ◦ blue 80

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

Shades of Chelsea Cucumber #8CB750

Tints of Chelsea Cucumber #8CB750

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.41%

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

R = 34.74%
G = 45.41%
B = 19.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#8CB750 (or 0x8CB750) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 50. RGB value is (140,183,80). Sum of RGB (Red+Green+Blue) = 140+183+80=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB750 is #7348AF. Grayscale: #9E9E9E. Windows color (decimal): -7555248 or 5289868. OLE color: 5289868.

HSL color Cylindrical-coordinate representation of color #8CB750: hue angle of 85.05º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CB750 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 80 -
CMYK 0.23 0 0.56 0.28
HSL 85.05º 0.42% 0.52% -
HSV(B) 85.05º 0.56% 0.72% -
XYZ 29.2 40.02 13.78 -
YUV 158.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 140 183 80 0.23 0 0.56 0.28 85.05 0.42 0.52
Hex 8C B7 50 17 0 38 1C 55 2A 34
Octal 214 267 120 27 0 70 34 125 52 64
Binary 10001100 10110111 1010000 10111 0 111000 11100 1010101 101010 110100

Color Harmonies of #8CB750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB750

Black with #8CB750

Text Example


Text Example

White with #8CB750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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