#B5B444

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

Shades of Celery #B5B444

Tints of Celery #B5B444

Color information

#B5B444 (or 0xB5B444) is unknown color: approx Celery. HEX triplet: B5, B4 and 44. RGB value is (181,180,68). Sum of RGB (Red+Green+Blue) = 181+180+68=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B444 is #4A4BBB. Grayscale: #A7A7A7. Windows color (decimal): -4869052 or 4502709. OLE color: 4502709.

HSL color Cylindrical-coordinate representation of color #B5B444: hue angle of 59.47º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5B444 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB18118068-
CMYK00.010.620.29
HSL59.47º45.38%48.82%-
HSV(B)59.47º62.43%70.98%-
XYZ36.4242.8811.83-
YUV167.5371.83137.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 68 (26.95% from 255) = 15.85%
R=42.19%
G=41.96%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811806800.010.620.2959.4745.3848.82
HexB5B444013E1D3b2d31
Octal265264104017635735561
Binary101101011011010010001000111111011101111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B444; }

 p { color: rgb(181,180,68); }

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

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

 a { background-color: rgb(181,180,68); }

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

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

 span { border-color: rgb(181,180,68); }

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