#B5BA40

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

Shades of Celery #B5BA40

Tints of Celery #B5BA40

Color information

#B5BA40 (or 0xB5BA40) is unknown color: approx Celery. HEX triplet: B5, BA and 40. RGB value is (181,186,64). Sum of RGB (Red+Green+Blue) = 181+186+64=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA40 is #4A45BF. Grayscale: #ABABAB. Windows color (decimal): -4867520 or 4242101. OLE color: 4242101.

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

Color convert

RGB18118664-
CMYK0.0300.660.27
HSL62.46º48.8%49.02%-
HSV(B)62.46º65.59%72.94%-
XYZ37.5445.3111.62-
YUV170.667.84135.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=42.00%
G=43.16%
B=14.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186640.0300.660.2762.4648.849.02
HexB5BA4030421B3e3131
Octal2652721003010233766161
Binary10110101101110101000000110100001011011111110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA40; }

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

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

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

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

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

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

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

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