Html Css Color HEX #B0D19B Pixie Green

📋 copy color: '#B0D19B'

red 176 ◦ green 209 ◦ blue 155

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

Shades of Pixie Green #B0D19B

Tints of Pixie Green #B0D19B

RGB

 RED value IS 176 (69.14% from 255) = 32.59%

 GREEN value IS 209 (82.03% from 255) = 38.7%

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

R = 32.59%
G = 38.7%
B = 28.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#B0D19B (or 0xB0D19B) is known color: Pixie Green. HEX triplet: B0, D1 and 9B. RGB value is (176,209,155). Sum of RGB (Red+Green+Blue) = 176+209+155=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D19B is #4F2E64. Grayscale: #C1C1C1. Windows color (decimal): -5189221 or 10211760. OLE color: 10211760.

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

Color convert

RGB 176 209 155 -
CMYK 0.16 0 0.26 0.18
HSL 96.67º 0.37% 0.71% -
HSV(B) 96.67º 0.26% 0.82% -
XYZ 46.62 57.2 39.59 -
YUV 192.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 176 209 155 0.16 0 0.26 0.18 96.67 0.37 0.71
Hex B0 D1 9B 10 0 1A 12 61 25 47
Octal 260 321 233 20 0 32 22 141 45 107
Binary 10110000 11010001 10011011 10000 0 11010 10010 1100001 100101 1000111

Color Harmonies of #B0D19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D19B

Black with #B0D19B

Text Example


Text Example

White with #B0D19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D19B; }

 p { color: rgb(176,209,155); }

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

background-color css

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

 a { background-color: rgb(176,209,155); }

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

border-color css

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

 span { border-color: rgb(176,209,155); }

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