#BAC33D

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

Shades of Celery #BAC33D

Tints of Celery #BAC33D

Color information

#BAC33D (or 0xBAC33D) is unknown color: approx Celery. HEX triplet: BA, C3 and 3D. RGB value is (186,195,61). Sum of RGB (Red+Green+Blue) = 186+195+61=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC33D is #453CC2. Grayscale: #B1B1B1. Windows color (decimal): -4537539 or 4047802. OLE color: 4047802.

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

Color convert

RGB18619561-
CMYK0.0500.690.24
HSL64.03º52.76%50.2%-
HSV(B)64.03º68.72%76.47%-
XYZ40.6149.8111.89-
YUV177.0362.52134.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=42.08%
G=44.12%
B=13.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195610.0500.690.2464.0352.7650.2
HexBAC33D504518403532
Octal2723037550105301006562
Binary101110101100001111110110101000101110001000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC33D; }

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

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

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

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

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

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

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

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