Html Css Color HEX #8BB293 Envy

📋 copy color: '#8BB293'

red 139 ◦ green 178 ◦ blue 147

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

Shades of Envy #8BB293

Tints of Envy #8BB293

RGB

 RED value IS 139 (54.69% from 255) = 29.96%

 GREEN value IS 178 (69.92% from 255) = 38.36%

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

R = 29.96%
G = 38.36%
B = 31.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#8BB293 (or 0x8BB293) is known color: Envy. HEX triplet: 8B, B2 and 93. RGB value is (139,178,147). Sum of RGB (Red+Green+Blue) = 139+178+147=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB293 is #744D6C. Grayscale: #A2A2A2. Windows color (decimal): -7621997 or 9679499. OLE color: 9679499.

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

Color convert

RGB 139 178 147 -
CMYK 0.22 0 0.17 0.30
HSL 132.31º 0.2% 0.62% -
HSV(B) 132.31º 0.22% 0.7% -
XYZ 31.83 39.44 33.54 -
YUV 162.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 139 178 147 0.22 0 0.17 0.30 132.31 0.2 0.62
Hex 8B B2 93 16 0 11 1E 84 14 3E
Octal 213 262 223 26 0 21 36 204 24 76
Binary 10001011 10110010 10010011 10110 0 10001 11110 10000100 10100 111110

Color Harmonies of #8BB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB293

Black with #8BB293

Text Example


Text Example

White with #8BB293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,178,147); }

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

background-color css

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

 a { background-color: rgb(139,178,147); }

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

border-color css

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

 span { border-color: rgb(139,178,147); }

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