#B0CFA0

Color #B0CFA0 Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #B0CFA0

Tints of Pixie Green #B0CFA0

Color information

#B0CFA0 (or 0xB0CFA0) is unknown color: approx Pixie Green. HEX triplet: B0, CF and A0. RGB value is (176,207,160). Sum of RGB (Red+Green+Blue) = 176+207+160=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CFA0 is #4F305F. Grayscale: #C0C0C0. Windows color (decimal): -5189728 or 10538928. OLE color: 10538928.

HSL color Cylindrical-coordinate representation of color #B0CFA0: hue angle of 99.57º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB176207160-
CMYK0.1500.230.19
HSL99.57º32.87%71.96%-
HSV(B)99.57º22.71%81.18%-
XYZ46.5656.3941.69-
YUV192.37109.73116.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=32.41%
G=38.12%
B=29.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762071600.1500.230.1999.5732.8771.96
HexB0CFA0F01713642148
Octal260317240170272314441110
Binary10110000110011111010000011110101111001111001001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFA0; }

 p { color: rgb(176,207,160); }

 H1.HeaderClassName
 {
   color: #B0CFA0;
 }
 .AnyTagClassName
 {
   color: #B0CFA0;
 }
</style>
background-color css

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

 a { background-color: rgb(176,207,160); }

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

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

 span { border-color: rgb(176,207,160); }

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