#BAC351

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

Shades of Celery #BAC351

Tints of Celery #BAC351

Color information

#BAC351 (or 0xBAC351) is unknown color: approx Celery. HEX triplet: BA, C3 and 51. RGB value is (186,195,81). Sum of RGB (Red+Green+Blue) = 186+195+81=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC351 is #453CAE. Grayscale: #B3B3B3. Windows color (decimal): -4537519 or 5358522. OLE color: 5358522.

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

Color convert

RGB18619581-
CMYK0.0500.580.24
HSL64.74º48.72%54.12%-
HSV(B)64.74º58.46%76.47%-
XYZ41.2550.0615.27-
YUV179.3172.52132.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 195 (76.56% from 255) = 42.21%
BLUE value IS 81 (32.03% from 255) = 17.53%
R=40.26%
G=42.21%
B=17.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195810.0500.580.2464.7448.7254.12
HexBAC351503A18413136
Octal2723031215072301016166
Binary101110101100001110100011010111010110001000001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC351; }

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

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

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

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

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

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

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

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