Html Css Color HEX #B0D39E Madang

📋 copy color: '#B0D39E'

red 176 ◦ green 211 ◦ blue 158

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

Shades of Madang #B0D39E

Tints of Madang #B0D39E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

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

R = 32.29%
G = 38.72%
B = 28.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#B0D39E (or 0xB0D39E) is known color: Madang. HEX triplet: B0, D3 and 9E. RGB value is (176,211,158). Sum of RGB (Red+Green+Blue) = 176+211+158=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D39E is #4F2C61. Grayscale: #C2C2C2. Windows color (decimal): -5188706 or 10408880. OLE color: 10408880.

HSL color Cylindrical-coordinate representation of color #B0D39E: hue angle of 99.62º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D39E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 211 158 -
CMYK 0.17 0 0.25 0.17
HSL 99.62º 0.38% 0.72% -
HSV(B) 99.62º 0.25% 0.83% -
XYZ 47.37 58.29 41.1 -
YUV 194.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 176 211 158 0.17 0 0.25 0.17 99.62 0.38 0.72
Hex B0 D3 9E 11 0 19 11 64 26 48
Octal 260 323 236 21 0 31 21 144 46 110
Binary 10110000 11010011 10011110 10001 0 11001 10001 1100100 100110 1001000

Color Harmonies of #B0D39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D39E

Black with #B0D39E

Text Example


Text Example

White with #B0D39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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