#BAB842

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

Shades of Celery #BAB842

Tints of Celery #BAB842

Color information

#BAB842 (or 0xBAB842) is unknown color: approx Celery. HEX triplet: BA, B8 and 42. RGB value is (186,184,66). Sum of RGB (Red+Green+Blue) = 186+184+66=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB842 is #4547BD. Grayscale: #ABABAB. Windows color (decimal): -4540350 or 4372666. OLE color: 4372666.

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

Color convert

RGB18618466-
CMYK00.010.650.27
HSL59º47.62%49.41%-
HSV(B)59º64.52%72.94%-
XYZ38.3745.1111.84-
YUV171.1568.66138.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=42.66%
G=42.20%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861846600.010.650.275947.6249.41
HexBAB84201411B3b3031
Octal2722701020110133736061
Binary1011101010111000100001001100000111011111011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB842; }

 p { color: rgb(186,184,66); }

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

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

 a { background-color: rgb(186,184,66); }

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

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

 span { border-color: rgb(186,184,66); }

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