Html Css Color HEX #B3DBAF Moss Green

📋 copy color: '#B3DBAF'

red 179 ◦ green 219 ◦ blue 175

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

Shades of Moss Green #B3DBAF

Tints of Moss Green #B3DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.22%

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

R = 31.24%
G = 38.22%
B = 30.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#B3DBAF (or 0xB3DBAF) is known color: Moss Green. HEX triplet: B3, DB and AF. RGB value is (179,219,175). Sum of RGB (Red+Green+Blue) = 179+219+175=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DBAF is #4C2450. Grayscale: #CACACA. Windows color (decimal): -4990033 or 11525043. OLE color: 11525043.

HSL color Cylindrical-coordinate representation of color #B3DBAF: hue angle of 114.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DBAF is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 219 175 -
CMYK 0.18 0 0.20 0.14
HSL 114.55º 0.38% 0.77% -
HSV(B) 114.55º 0.2% 0.86% -
XYZ 51.66 63.34 50.06 -
YUV 202.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 179 219 175 0.18 0 0.20 0.14 114.55 0.38 0.77
Hex B3 DB AF 12 0 14 E 73 26 4D
Octal 263 333 257 22 0 24 16 163 46 115
Binary 10110011 11011011 10101111 10010 0 10100 1110 1110011 100110 1001101

Color Harmonies of #B3DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DBAF

Black with #B3DBAF

Text Example


Text Example

White with #B3DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DBAF; }

 p { color: rgb(179,219,175); }

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

background-color css

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

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

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

border-color css

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

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

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