#BACA51

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

Shades of Celery #BACA51

Tints of Celery #BACA51

Color information

#BACA51 (or 0xBACA51) is unknown color: approx Celery. HEX triplet: BA, CA and 51. RGB value is (186,202,81). Sum of RGB (Red+Green+Blue) = 186+202+81=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA51 is #4535AE. Grayscale: #B7B7B7. Windows color (decimal): -4535727 or 5360314. OLE color: 5360314.

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

Color convert

RGB18620281-
CMYK0.0800.600.21
HSL67.93º53.3%55.49%-
HSV(B)67.93º59.9%79.22%-
XYZ42.8653.2715.81-
YUV183.4270.2129.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 81 (32.03% from 255) = 17.27%
R=39.66%
G=43.07%
B=17.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202810.0800.600.2167.9353.355.49
HexBACA51803C15443537
Octal27231212110074251046567
Binary1011101011001010101000110000111100101011000100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA51; }

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

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

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

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

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

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

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

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