#b0c549

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

Shades of Celery #B0C549

Tints of Celery #B0C549

Color information

#B0C549 (or 0xB0C549) is unknown color: approx Celery. HEX triplet: B0, C5 and 49. RGB value is (176,197,73). Sum of RGB (Red+Green+Blue) = 176+197+73=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C549 is #4F3AB6. Grayscale: #B1B1B1. Windows color (decimal): -5192375 or 4834736. OLE color: 4834736.

HSL color Cylindrical-coordinate representation of color #B0C549: hue angle of 70.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0C549 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB17619773-
CMYK0.1100.630.23
HSL70.16º51.67%52.94%-
HSV(B)70.16º62.94%77.25%-
XYZ39.0749.6413.83-
YUV176.5869.54127.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 73 (28.91% from 255) = 16.37%
R=39.46%
G=44.17%
B=16.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197730.1100.630.2370.1651.6752.94
HexB0C549B03F17463435
Octal26030511113077271066465
Binary1011000011000101100100110110111111101111000110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c549; }

 p { color: rgb(176,197,73); }

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

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

 a { background-color: rgb(176,197,73); }

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

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

 span { border-color: rgb(176,197,73); }

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