Html Css Color HEX #8FB195 Envy

📋 copy color: '#8FB195'

red 143 ◦ green 177 ◦ blue 149

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

Shades of Envy #8FB195

Tints of Envy #8FB195

RGB

 RED value IS 143 (56.25% from 255) = 30.49%

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 30.49%
G = 37.74%
B = 31.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#8FB195 (or 0x8FB195) is known color: Envy. HEX triplet: 8F, B1 and 95. RGB value is (143,177,149). Sum of RGB (Red+Green+Blue) = 143+177+149=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB195 is #704E6A. Grayscale: #A3A3A3. Windows color (decimal): -7360107 or 9810319. OLE color: 9810319.

HSL color Cylindrical-coordinate representation of color #8FB195: hue angle of 130.59º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FB195 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 177 149 -
CMYK 0.19 0 0.16 0.31
HSL 130.59º 0.18% 0.63% -
HSV(B) 130.59º 0.19% 0.69% -
XYZ 32.47 39.45 34.34 -
YUV 163.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 143 177 149 0.19 0 0.16 0.31 130.59 0.18 0.63
Hex 8F B1 95 13 0 10 1F 83 12 3F
Octal 217 261 225 23 0 20 37 203 22 77
Binary 10001111 10110001 10010101 10011 0 10000 11111 10000011 10010 111111

Color Harmonies of #8FB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB195

Black with #8FB195

Text Example


Text Example

White with #8FB195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,177,149); }

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

background-color css

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

 a { background-color: rgb(143,177,149); }

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

border-color css

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

 span { border-color: rgb(143,177,149); }

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