#B5BA44

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

Shades of Celery #B5BA44

Tints of Celery #B5BA44

Color information

#B5BA44 (or 0xB5BA44) is unknown color: approx Celery. HEX triplet: B5, BA and 44. RGB value is (181,186,68). Sum of RGB (Red+Green+Blue) = 181+186+68=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA44 is #4A45BB. Grayscale: #ABABAB. Windows color (decimal): -4867516 or 4504245. OLE color: 4504245.

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

Color convert

RGB18118668-
CMYK0.0300.630.27
HSL62.54º46.46%49.8%-
HSV(B)62.54º63.44%72.94%-
XYZ37.6645.3612.24-
YUV171.0569.84135.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 68 (26.95% from 255) = 15.63%
R=41.61%
G=42.76%
B=15.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186680.0300.630.2762.5446.4649.8
HexB5BA44303F1B3f2e32
Octal265272104307733775662
Binary1011010110111010100010011011111111011111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA44; }

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

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

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

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

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

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

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

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