Html Css Color HEX #8CB764 Chelsea Cucumber

📋 copy color: '#8CB764'

red 140 ◦ green 183 ◦ blue 100

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

Shades of Chelsea Cucumber #8CB764

Tints of Chelsea Cucumber #8CB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 33.1%
G = 43.26%
B = 23.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#8CB764 (or 0x8CB764) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 64. RGB value is (140,183,100). Sum of RGB (Red+Green+Blue) = 140+183+100=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB764 is #73489B. Grayscale: #A0A0A0. Windows color (decimal): -7555228 or 6600588. OLE color: 6600588.

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

Color convert

RGB 140 183 100 -
CMYK 0.23 0 0.45 0.28
HSL 91.08º 0.37% 0.55% -
HSV(B) 91.08º 0.45% 0.72% -
XYZ 30.05 40.36 18.26 -
YUV 160.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 140 183 100 0.23 0 0.45 0.28 91.08 0.37 0.55
Hex 8C B7 64 17 0 2D 1C 5B 25 37
Octal 214 267 144 27 0 55 34 133 45 67
Binary 10001100 10110111 1100100 10111 0 101101 11100 1011011 100101 110111

Color Harmonies of #8CB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB764

Black with #8CB764

Text Example


Text Example

White with #8CB764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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