#B2C549

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

Shades of Celery #B2C549

Tints of Celery #B2C549

Color information

#B2C549 (or 0xB2C549) is unknown color: approx Celery. HEX triplet: B2, C5 and 49. RGB value is (178,197,73). Sum of RGB (Red+Green+Blue) = 178+197+73=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C549 is #4D3AB6. Grayscale: #B1B1B1. Windows color (decimal): -5061303 or 4834738. OLE color: 4834738.

HSL color Cylindrical-coordinate representation of color #B2C549: hue angle of 69.19º 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 #B2C549 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB17819773-
CMYK0.1000.630.23
HSL69.19º51.67%52.94%-
HSV(B)69.19º62.94%77.25%-
XYZ39.5349.8813.85-
YUV177.1869.21128.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=39.73%
G=43.97%
B=16.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178197730.1000.630.2369.1951.6752.94
HexB2C549A03F17453435
Octal26230511112077271056465
Binary1011001011000101100100110100111111101111000101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C549; }

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

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

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

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

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

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

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

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