#BAC03D

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

Shades of Celery #BAC03D

Tints of Celery #BAC03D

Color information

#BAC03D (or 0xBAC03D) is unknown color: approx Celery. HEX triplet: BA, C0 and 3D. RGB value is (186,192,61). Sum of RGB (Red+Green+Blue) = 186+192+61=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC03D is #453FC2. Grayscale: #AFAFAF. Windows color (decimal): -4538307 or 4047034. OLE color: 4047034.

HSL color Cylindrical-coordinate representation of color #BAC03D: hue angle of 62.75º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC03D is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB18619261-
CMYK0.0300.680.25
HSL62.75º51.78%49.61%-
HSV(B)62.75º68.23%75.29%-
XYZ39.9448.4811.67-
YUV175.2763.51135.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 61 (24.22% from 255) = 13.90%
R=42.37%
G=43.74%
B=13.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192610.0300.680.2562.7551.7849.61
HexBAC03D3044193f3432
Octal272300753010431776462
Binary1011101011000000111101110100010011001111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC03D; }

 p { color: rgb(186,192,61); }

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

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

 a { background-color: rgb(186,192,61); }

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

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

 span { border-color: rgb(186,192,61); }

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