Html Css Color HEX #8CAF92 Envy

📋 copy color: '#8CAF92'

red 140 ◦ green 175 ◦ blue 146

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

Shades of Envy #8CAF92

Tints of Envy #8CAF92

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 30.37%
G = 37.96%
B = 31.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#8CAF92 (or 0x8CAF92) is known color: Envy. HEX triplet: 8C, AF and 92. RGB value is (140,175,146). Sum of RGB (Red+Green+Blue) = 140+175+146=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF92 is #73506D. Grayscale: #A1A1A1. Windows color (decimal): -7557230 or 9613196. OLE color: 9613196.

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

Color convert

RGB 140 175 146 -
CMYK 0.2 0 0.17 0.31
HSL 130.29º 0.18% 0.62% -
HSV(B) 130.29º 0.2% 0.69% -
XYZ 31.33 38.31 32.94 -
YUV 161.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 140 175 146 0.2 0 0.17 0.31 130.29 0.18 0.62
Hex 8C AF 92 14 0 11 1F 82 12 3E
Octal 214 257 222 24 0 21 37 202 22 76
Binary 10001100 10101111 10010010 10100 0 10001 11111 10000010 10010 111110

Color Harmonies of #8CAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF92

Black with #8CAF92

Text Example


Text Example

White with #8CAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,146); }

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

background-color css

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

 a { background-color: rgb(140,175,146); }

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

border-color css

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

 span { border-color: rgb(140,175,146); }

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