Html Css Color HEX #B0D2AD Zanah

📋 copy color: '#B0D2AD'

red 176 ◦ green 210 ◦ blue 173

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

Shades of Zanah #B0D2AD

Tints of Zanah #B0D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

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

R = 31.48%
G = 37.57%
B = 30.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#B0D2AD (or 0xB0D2AD) is known color: Zanah. HEX triplet: B0, D2 and AD. RGB value is (176,210,173). Sum of RGB (Red+Green+Blue) = 176+210+173=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D2AD is #4F2D52. Grayscale: #C3C3C3. Windows color (decimal): -5188947 or 11391664. OLE color: 11391664.

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

Color convert

RGB 176 210 173 -
CMYK 0.16 0 0.18 0.18
HSL 115.14º 0.29% 0.75% -
HSV(B) 115.14º 0.18% 0.82% -
XYZ 48.49 58.34 48.24 -
YUV 195.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 176 210 173 0.16 0 0.18 0.18 115.14 0.29 0.75
Hex B0 D2 AD 10 0 12 12 73 1D 4B
Octal 260 322 255 20 0 22 22 163 35 113
Binary 10110000 11010010 10101101 10000 0 10010 10010 1110011 11101 1001011

Color Harmonies of #B0D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D2AD

Black with #B0D2AD

Text Example


Text Example

White with #B0D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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