#B5BA43

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

Shades of Celery #B5BA43

Tints of Celery #B5BA43

Color information

#B5BA43 (or 0xB5BA43) is unknown color: approx Celery. HEX triplet: B5, BA and 43. RGB value is (181,186,67). Sum of RGB (Red+Green+Blue) = 181+186+67=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA43 is #4A45BC. Grayscale: #ABABAB. Windows color (decimal): -4867517 or 4438709. OLE color: 4438709.

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

Color convert

RGB18118667-
CMYK0.0300.640.27
HSL62.52º47.04%49.61%-
HSV(B)62.52º63.98%72.94%-
XYZ37.6345.3512.08-
YUV170.9469.34135.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 67 (26.56% from 255) = 15.44%
R=41.71%
G=42.86%
B=15.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186670.0300.640.2762.5247.0449.61
HexB5BA4330401B3f2f32
Octal2652721033010033775762
Binary10110101101110101000011110100000011011111111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA43; }

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

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

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

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

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

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

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

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