#BAC34E

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

Shades of Celery #BAC34E

Tints of Celery #BAC34E

Color information

#BAC34E (or 0xBAC34E) is unknown color: approx Celery. HEX triplet: BA, C3 and 4E. RGB value is (186,195,78). Sum of RGB (Red+Green+Blue) = 186+195+78=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC34E is #453CB1. Grayscale: #B3B3B3. Windows color (decimal): -4537522 or 5161914. OLE color: 5161914.

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

Color convert

RGB18619578-
CMYK0.0500.60.24
HSL64.62º49.37%53.53%-
HSV(B)64.62º60%76.47%-
XYZ41.1450.0214.69-
YUV178.9771.02133.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=40.52%
G=42.48%
B=16.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195780.0500.60.2464.6249.3753.53
HexBAC34E503C18413136
Octal2723031165074301016166
Binary101110101100001110011101010111100110001000001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC34E; }

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

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

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

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

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

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

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

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