#BCB943

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

Shades of Celery #BCB943

Tints of Celery #BCB943

Color information

#BCB943 (or 0xBCB943) is unknown color: approx Celery. HEX triplet: BC, B9 and 43. RGB value is (188,185,67). Sum of RGB (Red+Green+Blue) = 188+185+67=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB943 is #4346BC. Grayscale: #ACACAC. Windows color (decimal): -4409021 or 4438460. OLE color: 4438460.

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

Color convert

RGB18818567-
CMYK00.020.640.26
HSL58.51º47.45%50%-
HSV(B)58.51º64.36%73.73%-
XYZ39.145.7912.09-
YUV172.4468.49139.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 67 (26.56% from 255) = 15.23%
R=42.73%
G=42.05%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881856700.020.640.2658.5147.4550
HexBCB94302401A3b2f32
Octal2742711030210032735762
Binary10111100101110011000011010100000011010111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB943; }

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

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

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

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

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

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

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

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