Html Css Color HEX #B5CEB5 Zanah

📋 copy color: '#B5CEB5'

red 181 ◦ green 206 ◦ blue 181

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

Shades of Zanah #B5CEB5

Tints of Zanah #B5CEB5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 31.87%
G = 36.27%
B = 31.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#B5CEB5 (or 0xB5CEB5) is known color: Zanah. HEX triplet: B5, CE and B5. RGB value is (181,206,181). Sum of RGB (Red+Green+Blue) = 181+206+181=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEB5 is #4A314A. Grayscale: #C3C3C3. Windows color (decimal): -4862283 or 11914933. OLE color: 11914933.

HSL color Cylindrical-coordinate representation of color #B5CEB5: hue angle of 120º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CEB5 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 181 -
CMYK 0.12 0 0.12 0.19
HSL 120º 0.2% 0.76% -
HSV(B) 120º 0.12% 0.81% -
XYZ 49.47 57.3 52.17 -
YUV 195.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 181 206 181 0.12 0 0.12 0.19 120 0.2 0.76
Hex B5 CE B5 C 0 C 13 78 14 4C
Octal 265 316 265 14 0 14 23 170 24 114
Binary 10110101 11001110 10110101 1100 0 1100 10011 1111000 10100 1001100

Color Harmonies of #B5CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEB5

Black with #B5CEB5

Text Example


Text Example

White with #B5CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEB5; }

 p { color: rgb(181,206,181); }

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

background-color css

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

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

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

border-color css

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

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

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