Html Css Color HEX #B0D1A9 Zanah

📋 copy color: '#B0D1A9'

red 176 ◦ green 209 ◦ blue 169

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

Shades of Zanah #B0D1A9

Tints of Zanah #B0D1A9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

 BLUE value IS 169 (66.41% from 255) = 30.51%

R = 31.77%
G = 37.73%
B = 30.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#B0D1A9 (or 0xB0D1A9) is known color: Zanah. HEX triplet: B0, D1 and A9. RGB value is (176,209,169). Sum of RGB (Red+Green+Blue) = 176+209+169=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D1A9 is #4F2E56. Grayscale: #C2C2C2. Windows color (decimal): -5189207 or 11129264. OLE color: 11129264.

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

Color convert

RGB 176 209 169 -
CMYK 0.16 0 0.19 0.18
HSL 109.5º 0.3% 0.74% -
HSV(B) 109.5º 0.19% 0.82% -
XYZ 47.87 57.7 46.15 -
YUV 194.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 176 209 169 0.16 0 0.19 0.18 109.5 0.3 0.74
Hex B0 D1 A9 10 0 13 12 6E 1E 4A
Octal 260 321 251 20 0 23 22 156 36 112
Binary 10110000 11010001 10101001 10000 0 10011 10010 1101110 11110 1001010

Color Harmonies of #B0D1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1A9

Black with #B0D1A9

Text Example


Text Example

White with #B0D1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1A9; }

 p { color: rgb(176,209,169); }

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

background-color css

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

 a { background-color: rgb(176,209,169); }

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

border-color css

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

 span { border-color: rgb(176,209,169); }

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