#BCB64A

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

Shades of Celery #BCB64A

Tints of Celery #BCB64A

Color information

#BCB64A (or 0xBCB64A) is unknown color: approx Celery. HEX triplet: BC, B6 and 4A. RGB value is (188,182,74). Sum of RGB (Red+Green+Blue) = 188+182+74=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB64A is #4349B5. Grayscale: #ABABAB. Windows color (decimal): -4409782 or 4896444. OLE color: 4896444.

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

Color convert

RGB18818274-
CMYK00.030.610.26
HSL56.84º45.97%51.37%-
HSV(B)56.84º60.64%73.73%-
XYZ38.744.6413.06-
YUV171.4872.99139.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 74 (29.30% from 255) = 16.67%
R=42.34%
G=40.99%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881827400.030.610.2656.8445.9751.37
HexBCB64A033D1A392e33
Octal274266112037532715663
Binary1011110010110110100101001111110111010111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB64A; }

 p { color: rgb(188,182,74); }

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

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

 a { background-color: rgb(188,182,74); }

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

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

 span { border-color: rgb(188,182,74); }

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