#B4BC56

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

Shades of Celery #B4BC56

Tints of Celery #B4BC56

Color information

#B4BC56 (or 0xB4BC56) is unknown color: approx Celery. HEX triplet: B4, BC and 56. RGB value is (180,188,86). Sum of RGB (Red+Green+Blue) = 180+188+86=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC56 is #4B43A9. Grayscale: #AEAEAE. Windows color (decimal): -4932522 or 5684404. OLE color: 5684404.

HSL color Cylindrical-coordinate representation of color #B4BC56: hue angle of 64.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4BC56 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18018886-
CMYK0.0400.540.26
HSL64.71º43.22%53.73%-
HSV(B)64.71º54.26%73.73%-
XYZ38.4946.3415.72-
YUV173.9878.35132.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 86 (33.98% from 255) = 18.94%
R=39.65%
G=41.41%
B=18.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180188860.0400.540.2664.7143.2253.73
HexB4BC5640361A412b36
Octal2642741264066321015366
Binary101101001011110010101101000110110110101000001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC56; }

 p { color: rgb(180,188,86); }

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

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

 a { background-color: rgb(180,188,86); }

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

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

 span { border-color: rgb(180,188,86); }

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