Html Css Color HEX #B1D39C Pixie Green

📋 copy color: '#B1D39C'

red 177 ◦ green 211 ◦ blue 156

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

Shades of Pixie Green #B1D39C

Tints of Pixie Green #B1D39C

RGB

 RED value IS 177 (69.53% from 255) = 32.54%

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

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

R = 32.54%
G = 38.79%
B = 28.68%

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

#B1D39C (or 0xB1D39C) is known color: Pixie Green. HEX triplet: B1, D3 and 9C. RGB value is (177,211,156). Sum of RGB (Red+Green+Blue) = 177+211+156=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D39C is #4E2C63. Grayscale: #C2C2C2. Windows color (decimal): -5123172 or 10277809. OLE color: 10277809.

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

Color convert

RGB 177 211 156 -
CMYK 0.16 0 0.26 0.17
HSL 97.09º 0.38% 0.72% -
HSV(B) 97.09º 0.26% 0.83% -
XYZ 47.43 58.34 40.21 -
YUV 194.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 177 211 156 0.16 0 0.26 0.17 97.09 0.38 0.72
Hex B1 D3 9C 10 0 1A 11 61 26 48
Octal 261 323 234 20 0 32 21 141 46 110
Binary 10110001 11010011 10011100 10000 0 11010 10001 1100001 100110 1001000

Color Harmonies of #B1D39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D39C

Black with #B1D39C

Text Example


Text Example

White with #B1D39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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