Html Css Color HEX #B2D29D Pixie Green

📋 copy color: '#B2D29D'

red 178 ◦ green 210 ◦ blue 157

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

Shades of Pixie Green #B2D29D

Tints of Pixie Green #B2D29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.53%

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

R = 32.66%
G = 38.53%
B = 28.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#B2D29D (or 0xB2D29D) is known color: Pixie Green. HEX triplet: B2, D2 and 9D. RGB value is (178,210,157). Sum of RGB (Red+Green+Blue) = 178+210+157=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29D is #4D2D62. Grayscale: #C2C2C2. Windows color (decimal): -5057891 or 10343090. OLE color: 10343090.

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

Color convert

RGB 178 210 157 -
CMYK 0.15 0 0.25 0.18
HSL 96.23º 0.37% 0.72% -
HSV(B) 96.23º 0.25% 0.82% -
XYZ 47.49 57.99 40.59 -
YUV 194.39 106.9 116.31 -
System Red Green Blue C M Y K H S L
Decimal 178 210 157 0.15 0 0.25 0.18 96.23 0.37 0.72
Hex B2 D2 9D F 0 19 12 60 25 48
Octal 262 322 235 17 0 31 22 140 45 110
Binary 10110010 11010010 10011101 1111 0 11001 10010 1100000 100101 1001000

Color Harmonies of #B2D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D29D

Black with #B2D29D

Text Example


Text Example

White with #B2D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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