Html Css Color HEX #B3CEB3 Zanah

📋 copy color: '#B3CEB3'

red 179 ◦ green 206 ◦ blue 179

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

Shades of Zanah #B3CEB3

Tints of Zanah #B3CEB3

RGB

 RED value IS 179 (70.31% from 255) = 31.74%

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

 BLUE value IS 179 (70.31% from 255) = 31.74%

R = 31.74%
G = 36.52%
B = 31.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#B3CEB3 (or 0xB3CEB3) is known color: Zanah. HEX triplet: B3, CE and B3. RGB value is (179,206,179). Sum of RGB (Red+Green+Blue) = 179+206+179=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEB3 is #4C314C. Grayscale: #C2C2C2. Windows color (decimal): -4993357 or 11783859. OLE color: 11783859.

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

Color convert

RGB 179 206 179 -
CMYK 0.13 0 0.13 0.19
HSL 120º 0.22% 0.75% -
HSV(B) 120º 0.13% 0.81% -
XYZ 48.8 56.98 51.07 -
YUV 194.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 179 206 179 0.13 0 0.13 0.19 120 0.22 0.75
Hex B3 CE B3 D 0 D 13 78 16 4B
Octal 263 316 263 15 0 15 23 170 26 113
Binary 10110011 11001110 10110011 1101 0 1101 10011 1111000 10110 1001011

Color Harmonies of #B3CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CEB3

Black with #B3CEB3

Text Example


Text Example

White with #B3CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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