#BCBA4E

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

Shades of Celery #BCBA4E

Tints of Celery #BCBA4E

Color information

#BCBA4E (or 0xBCBA4E) is unknown color: approx Celery. HEX triplet: BC, BA and 4E. RGB value is (188,186,78). Sum of RGB (Red+Green+Blue) = 188+186+78=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA4E is #4345B1. Grayscale: #AEAEAE. Windows color (decimal): -4408754 or 5159612. OLE color: 5159612.

HSL color Cylindrical-coordinate representation of color #BCBA4E: hue angle of 58.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCBA4E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18818678-
CMYK00.010.590.26
HSL58.91º45.08%52.16%-
HSV(B)58.91º58.51%73.73%-
XYZ39.6746.3614.06-
YUV174.2973.66137.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=41.59%
G=41.15%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881867800.010.590.2658.9145.0852.16
HexBCBA4E013B1A3b2d34
Octal274272116017332735564
Binary101111001011101010011100111101111010111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA4E; }

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

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

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

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

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

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

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

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