#BCB74A

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

Shades of Celery #BCB74A

Tints of Celery #BCB74A

Color information

#BCB74A (or 0xBCB74A) is unknown color: approx Celery. HEX triplet: BC, B7 and 4A. RGB value is (188,183,74). Sum of RGB (Red+Green+Blue) = 188+183+74=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB74A is #4348B5. Grayscale: #ACACAC. Windows color (decimal): -4409526 or 4896700. OLE color: 4896700.

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

Color convert

RGB18818374-
CMYK00.030.610.26
HSL57.37º45.97%51.37%-
HSV(B)57.37º60.64%73.73%-
XYZ38.9145.0513.12-
YUV172.0772.66139.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=42.25%
G=41.12%
B=16.63%

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
Decimal1881837400.030.610.2657.3745.9751.37
HexBCB74A033D1A392e33
Octal274267112037532715663
Binary1011110010110111100101001111110111010111001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB74A; }

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

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

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

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

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

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

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

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