#B5BA46

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

Shades of Celery #B5BA46

Tints of Celery #B5BA46

Color information

#B5BA46 (or 0xB5BA46) is unknown color: approx Celery. HEX triplet: B5, BA and 46. RGB value is (181,186,70). Sum of RGB (Red+Green+Blue) = 181+186+70=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA46 is #4A45B9. Grayscale: #ABABAB. Windows color (decimal): -4867514 or 4635317. OLE color: 4635317.

HSL color Cylindrical-coordinate representation of color #B5BA46: hue angle of 62.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5BA46 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18118670-
CMYK0.0300.620.27
HSL62.59º45.67%50.2%-
HSV(B)62.59º62.37%72.94%-
XYZ37.7245.3812.57-
YUV171.2870.84134.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=41.42%
G=42.56%
B=16.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186700.0300.620.2762.5945.6750.2
HexB5BA46303E1B3f2e32
Octal265272106307633775662
Binary1011010110111010100011011011111011011111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA46; }

 p { color: rgb(181,186,70); }

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

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

 a { background-color: rgb(181,186,70); }

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

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

 span { border-color: rgb(181,186,70); }

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