Html Css Color HEX #B2D29B Pixie Green

📋 copy color: '#B2D29B'

red 178 ◦ green 210 ◦ blue 155

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

Shades of Pixie Green #B2D29B

Tints of Pixie Green #B2D29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.55%

R = 32.78%
G = 38.67%
B = 28.55%

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

#B2D29B (or 0xB2D29B) is known color: Pixie Green. HEX triplet: B2, D2 and 9B. RGB value is (178,210,155). Sum of RGB (Red+Green+Blue) = 178+210+155=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D29B is #4D2D64. Grayscale: #C2C2C2. Windows color (decimal): -5057893 or 10212018. OLE color: 10212018.

HSL color Cylindrical-coordinate representation of color #B2D29B: hue angle of 94.91º 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 #B2D29B is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 155 -
CMYK 0.15 0 0.26 0.18
HSL 94.91º 0.38% 0.72% -
HSV(B) 94.91º 0.26% 0.82% -
XYZ 47.32 57.92 39.7 -
YUV 194.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 178 210 155 0.15 0 0.26 0.18 94.91 0.38 0.72
Hex B2 D2 9B F 0 1A 12 5F 26 48
Octal 262 322 233 17 0 32 22 137 46 110
Binary 10110010 11010010 10011011 1111 0 11010 10010 1011111 100110 1001000

Color Harmonies of #B2D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D29B

Black with #B2D29B

Text Example


Text Example

White with #B2D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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