#B3BC50

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

Shades of Celery #B3BC50

Tints of Celery #B3BC50

Color information

#B3BC50 (or 0xB3BC50) is unknown color: approx Celery. HEX triplet: B3, BC and 50. RGB value is (179,188,80). Sum of RGB (Red+Green+Blue) = 179+188+80=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC50 is #4C43AF. Grayscale: #ADADAD. Windows color (decimal): -4998064 or 5291187. OLE color: 5291187.

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

Color convert

RGB17918880-
CMYK0.0500.570.26
HSL65º44.63%52.55%-
HSV(B)65º57.45%73.73%-
XYZ38.0246.1314.49-
YUV17375.52132.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 80 (31.64% from 255) = 17.90%
R=40.04%
G=42.06%
B=17.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179188800.0500.570.266544.6352.55
HexB3BC5050391A412d35
Octal2632741205071321015565
Binary101100111011110010100001010111001110101000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC50; }

 p { color: rgb(179,188,80); }

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

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

 a { background-color: rgb(179,188,80); }

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

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

 span { border-color: rgb(179,188,80); }

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