Html Css Color HEX #B2D0AB Zanah

📋 copy color: '#B2D0AB'

red 178 ◦ green 208 ◦ blue 171

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

Shades of Zanah #B2D0AB

Tints of Zanah #B2D0AB

RGB

 RED value IS 178 (69.92% from 255) = 31.96%

 GREEN value IS 208 (81.64% from 255) = 37.34%

 BLUE value IS 171 (67.19% from 255) = 30.7%

R = 31.96%
G = 37.34%
B = 30.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#B2D0AB (or 0xB2D0AB) is known color: Zanah. HEX triplet: B2, D0 and AB. RGB value is (178,208,171). Sum of RGB (Red+Green+Blue) = 178+208+171=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D0AB is #4D2F54. Grayscale: #C2C2C2. Windows color (decimal): -5058389 or 11260082. OLE color: 11260082.

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

Color convert

RGB 178 208 171 -
CMYK 0.14 0 0.18 0.18
HSL 108.65º 0.28% 0.74% -
HSV(B) 108.65º 0.18% 0.82% -
XYZ 48.27 57.52 47.09 -
YUV 194.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 178 208 171 0.14 0 0.18 0.18 108.65 0.28 0.74
Hex B2 D0 AB E 0 12 12 6D 1C 4A
Octal 262 320 253 16 0 22 22 155 34 112
Binary 10110010 11010000 10101011 1110 0 10010 10010 1101101 11100 1001010

Color Harmonies of #B2D0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D0AB

Black with #B2D0AB

Text Example


Text Example

White with #B2D0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D0AB; }

 p { color: rgb(178,208,171); }

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

background-color css

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

 a { background-color: rgb(178,208,171); }

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

border-color css

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

 span { border-color: rgb(178,208,171); }

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