Html Css Color HEX #B0D7A5 Madang

📋 copy color: '#B0D7A5'

red 176 ◦ green 215 ◦ blue 165

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

Shades of Madang #B0D7A5

Tints of Madang #B0D7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.67%

 BLUE value IS 165 (64.84% from 255) = 29.68%

R = 31.65%
G = 38.67%
B = 29.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#B0D7A5 (or 0xB0D7A5) is known color: Madang. HEX triplet: B0, D7 and A5. RGB value is (176,215,165). Sum of RGB (Red+Green+Blue) = 176+215+165=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D7A5 is #4F285A. Grayscale: #C5C5C5. Windows color (decimal): -5187675 or 10868656. OLE color: 10868656.

HSL color Cylindrical-coordinate representation of color #B0D7A5: hue angle of 106.8º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0D7A5 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 215 165 -
CMYK 0.18 0 0.23 0.16
HSL 106.8º 0.38% 0.75% -
HSV(B) 106.8º 0.23% 0.84% -
XYZ 49 60.55 44.7 -
YUV 197.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 176 215 165 0.18 0 0.23 0.16 106.8 0.38 0.75
Hex B0 D7 A5 12 0 17 10 6B 26 4B
Octal 260 327 245 22 0 27 20 153 46 113
Binary 10110000 11010111 10100101 10010 0 10111 10000 1101011 100110 1001011

Color Harmonies of #B0D7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7A5

Black with #B0D7A5

Text Example


Text Example

White with #B0D7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7A5; }

 p { color: rgb(176,215,165); }

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

background-color css

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

 a { background-color: rgb(176,215,165); }

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

border-color css

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

 span { border-color: rgb(176,215,165); }

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