#BCBD52

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

Shades of Celery #BCBD52

Tints of Celery #BCBD52

Color information

#BCBD52 (or 0xBCBD52) is unknown color: approx Celery. HEX triplet: BC, BD and 52. RGB value is (188,189,82). Sum of RGB (Red+Green+Blue) = 188+189+82=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD52 is #4342AD. Grayscale: #B0B0B0. Windows color (decimal): -4407982 or 5422524. OLE color: 5422524.

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

Color convert

RGB18818982-
CMYK0.0100.570.26
HSL60.56º44.77%53.14%-
HSV(B)60.56º56.61%74.12%-
XYZ40.4647.715.06-
YUV176.574.67136.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=40.96%
G=41.18%
B=17.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188189820.0100.570.2660.5644.7753.14
HexBCBD5210391A3d2d35
Octal274275122107132755565
Binary101111001011110110100101011100111010111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD52; }

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

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

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

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

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

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

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

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