#BCB94E

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

Shades of Celery #BCB94E

Tints of Celery #BCB94E

Color information

#BCB94E (or 0xBCB94E) is unknown color: approx Celery. HEX triplet: BC, B9 and 4E. RGB value is (188,185,78). Sum of RGB (Red+Green+Blue) = 188+185+78=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB94E is #4346B1. Grayscale: #AEAEAE. Windows color (decimal): -4409010 or 5159356. OLE color: 5159356.

HSL color Cylindrical-coordinate representation of color #BCB94E: hue angle of 58.36º 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 #BCB94E is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18818578-
CMYK00.020.590.26
HSL58.36º45.08%52.16%-
HSV(B)58.36º58.51%73.73%-
XYZ39.4645.9413.99-
YUV173.773.99138.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=41.69%
G=41.02%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881857800.020.590.2658.3645.0852.16
HexBCB94E023B1A3a2d34
Octal274271116027332725564
Binary1011110010111001100111001011101111010111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB94E; }

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

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

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

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

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

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

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

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