#BACA45

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

Shades of Celery #BACA45

Tints of Celery #BACA45

Color information

#BACA45 (or 0xBACA45) is unknown color: approx Celery. HEX triplet: BA, CA and 45. RGB value is (186,202,69). Sum of RGB (Red+Green+Blue) = 186+202+69=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA45 is #4535BA. Grayscale: #B6B6B6. Windows color (decimal): -4535739 or 4573882. OLE color: 4573882.

HSL color Cylindrical-coordinate representation of color #BACA45: hue angle of 67.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BACA45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB18620269-
CMYK0.0800.660.21
HSL67.22º55.65%53.14%-
HSV(B)67.22º65.84%79.22%-
XYZ42.4453.1113.64-
YUV182.0564.2130.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 69 (27.34% from 255) = 15.10%
R=40.70%
G=44.20%
B=15.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202690.0800.660.2167.2255.6553.14
HexBACA45804215433835
Octal272312105100102251037065
Binary10111010110010101000101100001000010101011000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA45; }

 p { color: rgb(186,202,69); }

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

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

 a { background-color: rgb(186,202,69); }

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

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

 span { border-color: rgb(186,202,69); }

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