Html Css Color HEX #B0CBAB Zanah

📋 copy color: '#B0CBAB'

red 176 ◦ green 203 ◦ blue 171

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

Shades of Zanah #B0CBAB

Tints of Zanah #B0CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.91%

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

R = 32%
G = 36.91%
B = 31.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#B0CBAB (or 0xB0CBAB) is known color: Zanah. HEX triplet: B0, CB and AB. RGB value is (176,203,171). Sum of RGB (Red+Green+Blue) = 176+203+171=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBAB is #4F3454. Grayscale: #BFBFBF. Windows color (decimal): -5190741 or 11258800. OLE color: 11258800.

HSL color Cylindrical-coordinate representation of color #B0CBAB: hue angle of 110.62º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0CBAB is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 171 -
CMYK 0.13 0 0.16 0.20
HSL 110.63º 0.24% 0.73% -
HSV(B) 110.63º 0.16% 0.8% -
XYZ 46.61 54.88 46.66 -
YUV 191.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 176 203 171 0.13 0 0.16 0.20 110.63 0.24 0.73
Hex B0 CB AB D 0 10 14 6F 18 49
Octal 260 313 253 15 0 20 24 157 30 111
Binary 10110000 11001011 10101011 1101 0 10000 10100 1101111 11000 1001001

Color Harmonies of #B0CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBAB

Black with #B0CBAB

Text Example


Text Example

White with #B0CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBAB; }

 p { color: rgb(176,203,171); }

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

background-color css

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

 a { background-color: rgb(176,203,171); }

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

border-color css

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

 span { border-color: rgb(176,203,171); }

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