#BCBD46

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

Shades of Celery #BCBD46

Tints of Celery #BCBD46

Color information

#BCBD46 (or 0xBCBD46) is unknown color: approx Celery. HEX triplet: BC, BD and 46. RGB value is (188,189,70). Sum of RGB (Red+Green+Blue) = 188+189+70=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD46 is #4342B9. Grayscale: #AFAFAF. Windows color (decimal): -4407994 or 4636092. OLE color: 4636092.

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

Color convert

RGB18818970-
CMYK0.0100.630.26
HSL60.5º47.41%50.78%-
HSV(B)60.5º62.96%74.12%-
XYZ40.0447.5312.86-
YUV175.1468.67137.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 70 (27.73% from 255) = 15.66%
R=42.06%
G=42.28%
B=15.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188189700.0100.630.2660.547.4150.78
HexBCBD46103F1A3d2f33
Octal274275106107732755763
Binary101111001011110110001101011111111010111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD46; }

 p { color: rgb(188,189,70); }

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

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

 a { background-color: rgb(188,189,70); }

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

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

 span { border-color: rgb(188,189,70); }

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