Html Css Color HEX #B2D39C Pixie Green

📋 copy color: '#B2D39C'

red 178 ◦ green 211 ◦ blue 156

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

Shades of Pixie Green #B2D39C

Tints of Pixie Green #B2D39C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

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

R = 32.66%
G = 38.72%
B = 28.62%

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

#B2D39C (or 0xB2D39C) is known color: Pixie Green. HEX triplet: B2, D3 and 9C. RGB value is (178,211,156). Sum of RGB (Red+Green+Blue) = 178+211+156=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D39C is #4D2C63. Grayscale: #C3C3C3. Windows color (decimal): -5057636 or 10277810. OLE color: 10277810.

HSL color Cylindrical-coordinate representation of color #B2D39C: hue angle of 96º degrees, saturation: 0.38, 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 #B2D39C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 211 156 -
CMYK 0.16 0 0.26 0.17
HSL 96º 0.38% 0.72% -
HSV(B) 96º 0.26% 0.83% -
XYZ 47.66 58.45 40.22 -
YUV 194.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 178 211 156 0.16 0 0.26 0.17 96 0.38 0.72
Hex B2 D3 9C 10 0 1A 11 60 26 48
Octal 262 323 234 20 0 32 21 140 46 110
Binary 10110010 11010011 10011100 10000 0 11010 10001 1100000 100110 1001000

Color Harmonies of #B2D39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D39C

Black with #B2D39C

Text Example


Text Example

White with #B2D39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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