Html Css Color HEX #8CB065 Chelsea Cucumber

📋 copy color: '#8CB065'

red 140 ◦ green 176 ◦ blue 101

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

Shades of Chelsea Cucumber #8CB065

Tints of Chelsea Cucumber #8CB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 33.57%
G = 42.21%
B = 24.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#8CB065 (or 0x8CB065) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 65. RGB value is (140,176,101). Sum of RGB (Red+Green+Blue) = 140+176+101=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB065 is #734F9A. Grayscale: #9C9C9C. Windows color (decimal): -7557019 or 6664332. OLE color: 6664332.

HSL color Cylindrical-coordinate representation of color #8CB065: hue angle of 88.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CB065 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 176 101 -
CMYK 0.20 0 0.43 0.31
HSL 88.8º 0.32% 0.54% -
HSV(B) 88.8º 0.43% 0.69% -
XYZ 28.69 37.57 18.05 -
YUV 156.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 140 176 101 0.20 0 0.43 0.31 88.8 0.32 0.54
Hex 8C B0 65 14 0 2B 1F 59 20 36
Octal 214 260 145 24 0 53 37 131 40 66
Binary 10001100 10110000 1100101 10100 0 101011 11111 1011001 100000 110110

Color Harmonies of #8CB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB065

Black with #8CB065

Text Example


Text Example

White with #8CB065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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