#BCB848

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

Shades of Celery #BCB848

Tints of Celery #BCB848

Color information

#BCB848 (or 0xBCB848) is unknown color: approx Celery. HEX triplet: BC, B8 and 48. RGB value is (188,184,72). Sum of RGB (Red+Green+Blue) = 188+184+72=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB848 is #4347B7. Grayscale: #ACACAC. Windows color (decimal): -4409272 or 4765884. OLE color: 4765884.

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

Color convert

RGB18818472-
CMYK00.020.620.26
HSL57.93º46.4%50.98%-
HSV(B)57.93º61.7%73.73%-
XYZ39.0545.4412.84-
YUV172.4371.33139.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=42.34%
G=41.44%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881847200.020.620.2657.9346.450.98
HexBCB848023E1A3a2e33
Octal274270110027632725663
Binary1011110010111000100100001011111011010111010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB848; }

 p { color: rgb(188,184,72); }

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

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

 a { background-color: rgb(188,184,72); }

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

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

 span { border-color: rgb(188,184,72); }

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