#BAC842

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

Shades of Celery #BAC842

Tints of Celery #BAC842

Color information

#BAC842 (or 0xBAC842) is unknown color: approx Celery. HEX triplet: BA, C8 and 42. RGB value is (186,200,66). Sum of RGB (Red+Green+Blue) = 186+200+66=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC842 is #4537BD. Grayscale: #B5B5B5. Windows color (decimal): -4536254 or 4376762. OLE color: 4376762.

HSL color Cylindrical-coordinate representation of color #BAC842: hue angle of 66.27º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC842 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB18620066-
CMYK0.0700.670.22
HSL66.27º54.92%52.16%-
HSV(B)66.27º67%78.43%-
XYZ41.8952.1413.01-
YUV180.5463.36131.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=41.15%
G=44.25%
B=14.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200660.0700.670.2266.2754.9252.16
HexBAC842704316423734
Octal27231010270103261026764
Binary1011101011001000100001011101000011101101000010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC842; }

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

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

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

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

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

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

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

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