Html Css Color HEX #B0D5AF Moss Green

📋 copy color: '#B0D5AF'

red 176 ◦ green 213 ◦ blue 175

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

Shades of Moss Green #B0D5AF

Tints of Moss Green #B0D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 31.21%
G = 37.77%
B = 31.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#B0D5AF (or 0xB0D5AF) is known color: Moss Green. HEX triplet: B0, D5 and AF. RGB value is (176,213,175). Sum of RGB (Red+Green+Blue) = 176+213+175=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D5AF is #4F2A50. Grayscale: #C5C5C5. Windows color (decimal): -5188177 or 11523504. OLE color: 11523504.

HSL color Cylindrical-coordinate representation of color #B0D5AF: hue angle of 118.42º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D5AF is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 175 -
CMYK 0.17 0 0.18 0.16
HSL 118.42º 0.31% 0.76% -
HSV(B) 118.42º 0.18% 0.84% -
XYZ 49.44 59.91 49.52 -
YUV 197.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 176 213 175 0.17 0 0.18 0.16 118.42 0.31 0.76
Hex B0 D5 AF 11 0 12 10 76 1F 4C
Octal 260 325 257 21 0 22 20 166 37 114
Binary 10110000 11010101 10101111 10001 0 10010 10000 1110110 11111 1001100

Color Harmonies of #B0D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D5AF

Black with #B0D5AF

Text Example


Text Example

White with #B0D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D5AF; }

 p { color: rgb(176,213,175); }

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

background-color css

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

 a { background-color: rgb(176,213,175); }

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

border-color css

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

 span { border-color: rgb(176,213,175); }

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