Html Css Color HEX #B0C6A4 Pixie Green

📋 copy color: '#B0C6A4'

red 176 ◦ green 198 ◦ blue 164

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

Shades of Pixie Green #B0C6A4

Tints of Pixie Green #B0C6A4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.8%

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

R = 32.71%
G = 36.8%
B = 30.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#B0C6A4 (or 0xB0C6A4) is known color: Pixie Green. HEX triplet: B0, C6 and A4. RGB value is (176,198,164). Sum of RGB (Red+Green+Blue) = 176+198+164=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C6A4 is #4F395B. Grayscale: #BBBBBB. Windows color (decimal): -5192028 or 10798768. OLE color: 10798768.

HSL color Cylindrical-coordinate representation of color #B0C6A4: hue angle of 98.82º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0C6A4 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 164 -
CMYK 0.11 0 0.17 0.22
HSL 98.82º 0.23% 0.71% -
HSV(B) 98.82º 0.17% 0.78% -
XYZ 44.8 52.3 42.86 -
YUV 187.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 176 198 164 0.11 0 0.17 0.22 98.82 0.23 0.71
Hex B0 C6 A4 B 0 11 16 63 17 47
Octal 260 306 244 13 0 21 26 143 27 107
Binary 10110000 11000110 10100100 1011 0 10001 10110 1100011 10111 1000111

Color Harmonies of #B0C6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6A4

Black with #B0C6A4

Text Example


Text Example

White with #B0C6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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