Html Css Color HEX #B2E9AF Moss Green

📋 copy color: '#B2E9AF'

red 178 ◦ green 233 ◦ blue 175

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

Shades of Moss Green #B2E9AF

Tints of Moss Green #B2E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.76%

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

R = 30.38%
G = 39.76%
B = 29.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#B2E9AF (or 0xB2E9AF) is known color: Moss Green. HEX triplet: B2, E9 and AF. RGB value is (178,233,175). Sum of RGB (Red+Green+Blue) = 178+233+175=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E9AF is #4D1650. Grayscale: #D2D2D2. Windows color (decimal): -5051985 or 11528626. OLE color: 11528626.

HSL color Cylindrical-coordinate representation of color #B2E9AF: hue angle of 116.9º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2E9AF is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 175 -
CMYK 0.24 0 0.25 0.09
HSL 116.9º 0.57% 0.8% -
HSV(B) 116.9º 0.25% 0.91% -
XYZ 55.24 70.84 51.32 -
YUV 209.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 178 233 175 0.24 0 0.25 0.09 116.9 0.57 0.8
Hex B2 E9 AF 18 0 19 9 75 39 50
Octal 262 351 257 30 0 31 11 165 71 120
Binary 10110010 11101001 10101111 11000 0 11001 1001 1110101 111001 1010000

Color Harmonies of #B2E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9AF

Black with #B2E9AF

Text Example


Text Example

White with #B2E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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