#BAB943

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

Shades of Celery #BAB943

Tints of Celery #BAB943

Color information

#BAB943 (or 0xBAB943) is unknown color: approx Celery. HEX triplet: BA, B9 and 43. RGB value is (186,185,67). Sum of RGB (Red+Green+Blue) = 186+185+67=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB943 is #4546BC. Grayscale: #ACACAC. Windows color (decimal): -4540093 or 4438458. OLE color: 4438458.

HSL color Cylindrical-coordinate representation of color #BAB943: hue angle of 59.5º 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 #BAB943 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18618567-
CMYK00.010.640.27
HSL59.5º47.04%49.61%-
HSV(B)59.5º63.98%72.94%-
XYZ38.6145.5412.07-
YUV171.8568.83138.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 67 (26.56% from 255) = 15.30%
R=42.47%
G=42.24%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861856700.010.640.2759.547.0449.61
HexBAB94301401B3b2f32
Octal2722711030110033735762
Binary1011101010111001100001101100000011011111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB943; }

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

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

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

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

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

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

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

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