Html Css Color HEX #B0DF9F Madang

📋 copy color: '#B0DF9F'

red 176 ◦ green 223 ◦ blue 159

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

Shades of Madang #B0DF9F

Tints of Madang #B0DF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.96%

 BLUE value IS 159 (62.5% from 255) = 28.49%

R = 31.54%
G = 39.96%
B = 28.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#B0DF9F (or 0xB0DF9F) is known color: Madang. HEX triplet: B0, DF and 9F. RGB value is (176,223,159). Sum of RGB (Red+Green+Blue) = 176+223+159=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF9F is #4F2060. Grayscale: #C9C9C9. Windows color (decimal): -5185633 or 10477488. OLE color: 10477488.

HSL color Cylindrical-coordinate representation of color #B0DF9F: hue angle of 104.06º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DF9F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 159 -
CMYK 0.21 0 0.29 0.13
HSL 104.06º 0.5% 0.75% -
HSV(B) 104.06º 0.29% 0.87% -
XYZ 50.55 64.51 42.59 -
YUV 201.65 103.93 109.7 -
System Red Green Blue C M Y K H S L
Decimal 176 223 159 0.21 0 0.29 0.13 104.06 0.5 0.75
Hex B0 DF 9F 15 0 1D D 68 32 4B
Octal 260 337 237 25 0 35 15 150 62 113
Binary 10110000 11011111 10011111 10101 0 11101 1101 1101000 110010 1001011

Color Harmonies of #B0DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF9F

Black with #B0DF9F

Text Example


Text Example

White with #B0DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF9F; }

 p { color: rgb(176,223,159); }

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

background-color css

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

 a { background-color: rgb(176,223,159); }

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

border-color css

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

 span { border-color: rgb(176,223,159); }

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