#B5B349

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

Shades of Celery #B5B349

Tints of Celery #B5B349

Color information

#B5B349 (or 0xB5B349) is unknown color: approx Celery. HEX triplet: B5, B3 and 49. RGB value is (181,179,73). Sum of RGB (Red+Green+Blue) = 181+179+73=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B349 is #4A4CB6. Grayscale: #A7A7A7. Windows color (decimal): -4869303 or 4830133. OLE color: 4830133.

HSL color Cylindrical-coordinate representation of color #B5B349: hue angle of 58.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5B349 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18117973-
CMYK00.010.600.29
HSL58.89º42.52%49.8%-
HSV(B)58.89º59.67%70.98%-
XYZ36.3842.5412.6-
YUV167.5174.66137.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 73 (28.91% from 255) = 16.86%
R=41.80%
G=41.34%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811797300.010.600.2958.8942.5249.8
HexB5B349013C1D3b2b32
Octal265263111017435735362
Binary101101011011001110010010111110011101111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B349; }

 p { color: rgb(181,179,73); }

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

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

 a { background-color: rgb(181,179,73); }

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

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

 span { border-color: rgb(181,179,73); }

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