Html Css Color HEX #B2D19E Pixie Green

📋 copy color: '#B2D19E'

red 178 ◦ green 209 ◦ blue 158

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

Shades of Pixie Green #B2D19E

Tints of Pixie Green #B2D19E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.35%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 32.66%
G = 38.35%
B = 28.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#B2D19E (or 0xB2D19E) is known color: Pixie Green. HEX triplet: B2, D1 and 9E. RGB value is (178,209,158). Sum of RGB (Red+Green+Blue) = 178+209+158=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D19E is #4D2E61. Grayscale: #C2C2C2. Windows color (decimal): -5058146 or 10408370. OLE color: 10408370.

HSL color Cylindrical-coordinate representation of color #B2D19E: hue angle of 96.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2D19E is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 209 158 -
CMYK 0.15 0 0.24 0.18
HSL 96.47º 0.36% 0.72% -
HSV(B) 96.47º 0.24% 0.82% -
XYZ 47.33 57.53 40.96 -
YUV 193.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 178 209 158 0.15 0 0.24 0.18 96.47 0.36 0.72
Hex B2 D1 9E F 0 18 12 60 24 48
Octal 262 321 236 17 0 30 22 140 44 110
Binary 10110010 11010001 10011110 1111 0 11000 10010 1100000 100100 1001000

Color Harmonies of #B2D19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D19E

Black with #B2D19E

Text Example


Text Example

White with #B2D19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D19E; }

 p { color: rgb(178,209,158); }

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

background-color css

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

 a { background-color: rgb(178,209,158); }

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

border-color css

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

 span { border-color: rgb(178,209,158); }

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