Html Css Color HEX #B0C3A4 Pixie Green

📋 copy color: '#B0C3A4'

red 176 ◦ green 195 ◦ blue 164

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

Shades of Pixie Green #B0C3A4

Tints of Pixie Green #B0C3A4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

 BLUE value IS 164 (64.45% from 255) = 30.65%

R = 32.9%
G = 36.45%
B = 30.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#B0C3A4 (or 0xB0C3A4) is known color: Pixie Green. HEX triplet: B0, C3 and A4. RGB value is (176,195,164). Sum of RGB (Red+Green+Blue) = 176+195+164=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C3A4 is #4F3C5B. Grayscale: #B9B9B9. Windows color (decimal): -5192796 or 10798000. OLE color: 10798000.

HSL color Cylindrical-coordinate representation of color #B0C3A4: hue angle of 96.77º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0C3A4 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 164 -
CMYK 0.10 0 0.16 0.24
HSL 96.77º 0.21% 0.7% -
HSV(B) 96.77º 0.16% 0.76% -
XYZ 44.12 50.94 42.63 -
YUV 185.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 176 195 164 0.10 0 0.16 0.24 96.77 0.21 0.7
Hex B0 C3 A4 A 0 10 18 61 15 46
Octal 260 303 244 12 0 20 30 141 25 106
Binary 10110000 11000011 10100100 1010 0 10000 11000 1100001 10101 1000110

Color Harmonies of #B0C3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C3A4

Black with #B0C3A4

Text Example


Text Example

White with #B0C3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C3A4; }

 p { color: rgb(176,195,164); }

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

background-color css

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

 a { background-color: rgb(176,195,164); }

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

border-color css

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

 span { border-color: rgb(176,195,164); }

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