Html Css Color HEX #8CB95C Chelsea Cucumber

📋 copy color: '#8CB95C'

red 140 ◦ green 185 ◦ blue 92

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

Shades of Chelsea Cucumber #8CB95C

Tints of Chelsea Cucumber #8CB95C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 33.57%
G = 44.36%
B = 22.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#8CB95C (or 0x8CB95C) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 5C. RGB value is (140,185,92). Sum of RGB (Red+Green+Blue) = 140+185+92=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB95C is #7346A3. Grayscale: #A1A1A1. Windows color (decimal): -7554724 or 6076812. OLE color: 6076812.

HSL color Cylindrical-coordinate representation of color #8CB95C: hue angle of 89.03º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CB95C is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 185 92 -
CMYK 0.24 0 0.50 0.27
HSL 89.03º 0.4% 0.54% -
HSV(B) 89.03º 0.5% 0.73% -
XYZ 30.1 41.05 16.46 -
YUV 160.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 140 185 92 0.24 0 0.50 0.27 89.03 0.4 0.54
Hex 8C B9 5C 18 0 32 1B 59 28 36
Octal 214 271 134 30 0 62 33 131 50 66
Binary 10001100 10111001 1011100 11000 0 110010 11011 1011001 101000 110110

Color Harmonies of #8CB95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB95C

Black with #8CB95C

Text Example


Text Example

White with #8CB95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,185,92); }

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

background-color css

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

 a { background-color: rgb(140,185,92); }

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

border-color css

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

 span { border-color: rgb(140,185,92); }

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