Html Css Color HEX #8CB593 Envy

📋 copy color: '#8CB593'

red 140 ◦ green 181 ◦ blue 147

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

Shades of Envy #8CB593

Tints of Envy #8CB593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 147 (57.81% from 255) = 31.41%

R = 29.91%
G = 38.68%
B = 31.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#8CB593 (or 0x8CB593) is known color: Envy. HEX triplet: 8C, B5 and 93. RGB value is (140,181,147). Sum of RGB (Red+Green+Blue) = 140+181+147=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB593 is #734A6C. Grayscale: #A4A4A4. Windows color (decimal): -7555693 or 9680268. OLE color: 9680268.

HSL color Cylindrical-coordinate representation of color #8CB593: hue angle of 130.24º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB593 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 147 -
CMYK 0.23 0 0.19 0.29
HSL 130.24º 0.22% 0.63% -
HSV(B) 130.24º 0.23% 0.71% -
XYZ 32.61 40.73 33.75 -
YUV 164.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 140 181 147 0.23 0 0.19 0.29 130.24 0.22 0.63
Hex 8C B5 93 17 0 13 1D 82 16 3F
Octal 214 265 223 27 0 23 35 202 26 77
Binary 10001100 10110101 10010011 10111 0 10011 11101 10000010 10110 111111

Color Harmonies of #8CB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB593

Black with #8CB593

Text Example


Text Example

White with #8CB593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,181,147); }

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

background-color css

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

 a { background-color: rgb(140,181,147); }

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

border-color css

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

 span { border-color: rgb(140,181,147); }

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