Html Css Color HEX #8CB365 Chelsea Cucumber

📋 copy color: '#8CB365'

red 140 ◦ green 179 ◦ blue 101

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

Shades of Chelsea Cucumber #8CB365

Tints of Chelsea Cucumber #8CB365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

 BLUE value IS 101 (39.84% from 255) = 24.05%

R = 33.33%
G = 42.62%
B = 24.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#8CB365 (or 0x8CB365) is known color: Chelsea Cucumber. HEX triplet: 8C, B3 and 65. RGB value is (140,179,101). Sum of RGB (Red+Green+Blue) = 140+179+101=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB365 is #734C9A. Grayscale: #9E9E9E. Windows color (decimal): -7556251 or 6665100. OLE color: 6665100.

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

Color convert

RGB 140 179 101 -
CMYK 0.22 0 0.44 0.30
HSL 90º 0.34% 0.55% -
HSV(B) 90º 0.44% 0.7% -
XYZ 29.28 38.76 18.25 -
YUV 158.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 140 179 101 0.22 0 0.44 0.30 90 0.34 0.55
Hex 8C B3 65 16 0 2C 1E 5A 22 37
Octal 214 263 145 26 0 54 36 132 42 67
Binary 10001100 10110011 1100101 10110 0 101100 11110 1011010 100010 110111

Color Harmonies of #8CB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB365

Black with #8CB365

Text Example


Text Example

White with #8CB365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,179,101); }

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

background-color css

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

 a { background-color: rgb(140,179,101); }

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

border-color css

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

 span { border-color: rgb(140,179,101); }

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