#BAC14B

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

Shades of Celery #BAC14B

Tints of Celery #BAC14B

Color information

#BAC14B (or 0xBAC14B) is unknown color: approx Celery. HEX triplet: BA, C1 and 4B. RGB value is (186,193,75). Sum of RGB (Red+Green+Blue) = 186+193+75=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC14B is #453EB4. Grayscale: #B1B1B1. Windows color (decimal): -4538037 or 4964794. OLE color: 4964794.

HSL color Cylindrical-coordinate representation of color #BAC14B: hue angle of 63.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC14B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB18619375-
CMYK0.0400.610.24
HSL63.56º48.76%52.55%-
HSV(B)63.56º61.14%75.69%-
XYZ40.5949.0913.99-
YUV177.4670.18134.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 75 (29.69% from 255) = 16.52%
R=40.97%
G=42.51%
B=16.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193750.0400.610.2463.5648.7652.55
HexBAC14B403D18403135
Octal2723011134075301006165
Binary101110101100000110010111000111101110001000000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC14B; }

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

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

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

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

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

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

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

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