Html Css Color HEX #B0D3AD Zanah

📋 copy color: '#B0D3AD'

red 176 ◦ green 211 ◦ blue 173

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

Shades of Zanah #B0D3AD

Tints of Zanah #B0D3AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.89%

R = 31.43%
G = 37.68%
B = 30.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#B0D3AD (or 0xB0D3AD) is known color: Zanah. HEX triplet: B0, D3 and AD. RGB value is (176,211,173). Sum of RGB (Red+Green+Blue) = 176+211+173=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D3AD is #4F2C52. Grayscale: #C4C4C4. Windows color (decimal): -5188691 or 11391920. OLE color: 11391920.

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

Color convert

RGB 176 211 173 -
CMYK 0.17 0 0.18 0.17
HSL 115.26º 0.3% 0.75% -
HSV(B) 115.26º 0.18% 0.83% -
XYZ 48.74 58.84 48.32 -
YUV 196.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 176 211 173 0.17 0 0.18 0.17 115.26 0.3 0.75
Hex B0 D3 AD 11 0 12 11 73 1E 4B
Octal 260 323 255 21 0 22 21 163 36 113
Binary 10110000 11010011 10101101 10001 0 10010 10001 1110011 11110 1001011

Color Harmonies of #B0D3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D3AD

Black with #B0D3AD

Text Example


Text Example

White with #B0D3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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