#B2BC57

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

Shades of Celery #B2BC57

Tints of Celery #B2BC57

Color information

#B2BC57 (or 0xB2BC57) is unknown color: approx Celery. HEX triplet: B2, BC and 57. RGB value is (178,188,87). Sum of RGB (Red+Green+Blue) = 178+188+87=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC57 is #4D43A8. Grayscale: #ADADAD. Windows color (decimal): -5063593 or 5749938. OLE color: 5749938.

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

Color convert

RGB17818887-
CMYK0.0500.540.26
HSL65.94º42.98%53.92%-
HSV(B)65.94º53.72%73.73%-
XYZ38.0646.1215.91-
YUV173.579.19131.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=39.29%
G=41.50%
B=19.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178188870.0500.540.2665.9442.9853.92
HexB2BC5750361A422b36
Octal2622741275066321025366
Binary101100101011110010101111010110110110101000010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC57; }

 p { color: rgb(178,188,87); }

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

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

 a { background-color: rgb(178,188,87); }

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

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

 span { border-color: rgb(178,188,87); }

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