#BACA4B

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

Shades of Celery #BACA4B

Tints of Celery #BACA4B

Color information

#BACA4B (or 0xBACA4B) is unknown color: approx Celery. HEX triplet: BA, CA and 4B. RGB value is (186,202,75). Sum of RGB (Red+Green+Blue) = 186+202+75=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA4B is #4535B4. Grayscale: #B7B7B7. Windows color (decimal): -4535733 or 4967098. OLE color: 4967098.

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

Color convert

RGB18620275-
CMYK0.0800.630.21
HSL67.56º54.51%54.31%-
HSV(B)67.56º62.87%79.22%-
XYZ42.6453.1914.68-
YUV182.7467.2130.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 75 (29.69% from 255) = 16.20%
R=40.17%
G=43.63%
B=16.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202750.0800.630.2167.5654.5154.31
HexBACA4B803F15443736
Octal27231211310077251046766
Binary1011101011001010100101110000111111101011000100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA4B; }

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

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

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

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

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

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

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

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