Html Css Color HEX #B0D99E Madang

📋 copy color: '#B0D99E'

red 176 ◦ green 217 ◦ blue 158

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

Shades of Madang #B0D99E

Tints of Madang #B0D99E

RGB

 RED value IS 176 (69.14% from 255) = 31.94%

 GREEN value IS 217 (85.16% from 255) = 39.38%

 BLUE value IS 158 (62.11% from 255) = 28.68%

R = 31.94%
G = 39.38%
B = 28.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#B0D99E (or 0xB0D99E) is known color: Madang. HEX triplet: B0, D9 and 9E. RGB value is (176,217,158). Sum of RGB (Red+Green+Blue) = 176+217+158=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D99E is #4F2661. Grayscale: #C6C6C6. Windows color (decimal): -5187170 or 10410416. OLE color: 10410416.

HSL color Cylindrical-coordinate representation of color #B0D99E: hue angle of 101.69º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D99E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 158 -
CMYK 0.19 0 0.27 0.15
HSL 101.69º 0.44% 0.74% -
HSV(B) 101.69º 0.27% 0.85% -
XYZ 48.89 61.32 41.61 -
YUV 198.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 176 217 158 0.19 0 0.27 0.15 101.69 0.44 0.74
Hex B0 D9 9E 13 0 1B F 66 2C 4A
Octal 260 331 236 23 0 33 17 146 54 112
Binary 10110000 11011001 10011110 10011 0 11011 1111 1100110 101100 1001010

Color Harmonies of #B0D99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D99E

Black with #B0D99E

Text Example


Text Example

White with #B0D99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D99E; }

 p { color: rgb(176,217,158); }

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

background-color css

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

 a { background-color: rgb(176,217,158); }

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

border-color css

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

 span { border-color: rgb(176,217,158); }

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