Html Css Color HEX #B2D4AF Moss Green

📋 copy color: '#B2D4AF'

red 178 ◦ green 212 ◦ blue 175

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

Shades of Moss Green #B2D4AF

Tints of Moss Green #B2D4AF

RGB

 RED value IS 178 (69.92% from 255) = 31.5%

 GREEN value IS 212 (83.2% from 255) = 37.52%

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

R = 31.5%
G = 37.52%
B = 30.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#B2D4AF (or 0xB2D4AF) is known color: Moss Green. HEX triplet: B2, D4 and AF. RGB value is (178,212,175). Sum of RGB (Red+Green+Blue) = 178+212+175=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D4AF is #4D2B50. Grayscale: #C5C5C5. Windows color (decimal): -5057361 or 11523250. OLE color: 11523250.

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

Color convert

RGB 178 212 175 -
CMYK 0.16 0 0.17 0.17
HSL 115.14º 0.3% 0.76% -
HSV(B) 115.14º 0.17% 0.83% -
XYZ 49.64 59.65 49.45 -
YUV 197.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 178 212 175 0.16 0 0.17 0.17 115.14 0.3 0.76
Hex B2 D4 AF 10 0 11 11 73 1E 4C
Octal 262 324 257 20 0 21 21 163 36 114
Binary 10110010 11010100 10101111 10000 0 10001 10001 1110011 11110 1001100

Color Harmonies of #B2D4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D4AF

Black with #B2D4AF

Text Example


Text Example

White with #B2D4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D4AF; }

 p { color: rgb(178,212,175); }

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

background-color css

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

 a { background-color: rgb(178,212,175); }

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

border-color css

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

 span { border-color: rgb(178,212,175); }

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