Html Css Color HEX #B2D49D Pixie Green

📋 copy color: '#B2D49D'

red 178 ◦ green 212 ◦ blue 157

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

Shades of Pixie Green #B2D49D

Tints of Pixie Green #B2D49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.7%

R = 32.54%
G = 38.76%
B = 28.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#B2D49D (or 0xB2D49D) is known color: Pixie Green. HEX triplet: B2, D4 and 9D. RGB value is (178,212,157). Sum of RGB (Red+Green+Blue) = 178+212+157=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D49D is #4D2B62. Grayscale: #C3C3C3. Windows color (decimal): -5057379 or 10343602. OLE color: 10343602.

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

Color convert

RGB 178 212 157 -
CMYK 0.16 0 0.26 0.17
HSL 97.09º 0.39% 0.72% -
HSV(B) 97.09º 0.26% 0.83% -
XYZ 47.99 58.99 40.75 -
YUV 195.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 178 212 157 0.16 0 0.26 0.17 97.09 0.39 0.72
Hex B2 D4 9D 10 0 1A 11 61 27 48
Octal 262 324 235 20 0 32 21 141 47 110
Binary 10110010 11010100 10011101 10000 0 11010 10001 1100001 100111 1001000

Color Harmonies of #B2D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D49D

Black with #B2D49D

Text Example


Text Example

White with #B2D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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