Html Css Color HEX #B5D2AF Zanah

📋 copy color: '#B5D2AF'

red 181 ◦ green 210 ◦ blue 175

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

Shades of Zanah #B5D2AF

Tints of Zanah #B5D2AF

RGB

 RED value IS 181 (71.09% from 255) = 31.98%

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

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 31.98%
G = 37.1%
B = 30.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#B5D2AF (or 0xB5D2AF) is known color: Zanah. HEX triplet: B5, D2 and AF. RGB value is (181,210,175). Sum of RGB (Red+Green+Blue) = 181+210+175=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D2AF is #4A2D50. Grayscale: #C5C5C5. Windows color (decimal): -4861265 or 11522741. OLE color: 11522741.

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

Color convert

RGB 181 210 175 -
CMYK 0.14 0 0.17 0.18
HSL 109.71º 0.28% 0.75% -
HSV(B) 109.71º 0.17% 0.82% -
XYZ 49.84 59.01 49.32 -
YUV 197.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 181 210 175 0.14 0 0.17 0.18 109.71 0.28 0.75
Hex B5 D2 AF E 0 11 12 6E 1C 4B
Octal 265 322 257 16 0 21 22 156 34 113
Binary 10110101 11010010 10101111 1110 0 10001 10010 1101110 11100 1001011

Color Harmonies of #B5D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D2AF

Black with #B5D2AF

Text Example


Text Example

White with #B5D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D2AF; }

 p { color: rgb(181,210,175); }

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

background-color css

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

 a { background-color: rgb(181,210,175); }

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

border-color css

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

 span { border-color: rgb(181,210,175); }

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