Html Css Color HEX #B2D29C Pixie Green

📋 copy color: '#B2D29C'

red 178 ◦ green 210 ◦ blue 156

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

Shades of Pixie Green #B2D29C

Tints of Pixie Green #B2D29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.68%

R = 32.72%
G = 38.6%
B = 28.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#B2D29C (or 0xB2D29C) is known color: Pixie Green. HEX triplet: B2, D2 and 9C. RGB value is (178,210,156). Sum of RGB (Red+Green+Blue) = 178+210+156=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29C is #4D2D63. Grayscale: #C2C2C2. Windows color (decimal): -5057892 or 10277554. OLE color: 10277554.

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

Color convert

RGB 178 210 156 -
CMYK 0.15 0 0.26 0.18
HSL 95.56º 0.38% 0.72% -
HSV(B) 95.56º 0.26% 0.82% -
XYZ 47.41 57.96 40.14 -
YUV 194.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 178 210 156 0.15 0 0.26 0.18 95.56 0.38 0.72
Hex B2 D2 9C F 0 1A 12 60 26 48
Octal 262 322 234 17 0 32 22 140 46 110
Binary 10110010 11010010 10011100 1111 0 11010 10010 1100000 100110 1001000

Color Harmonies of #B2D29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D29C

Black with #B2D29C

Text Example


Text Example

White with #B2D29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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