#B3B650

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

Shades of Celery #B3B650

Tints of Celery #B3B650

Color information

#B3B650 (or 0xB3B650) is unknown color: approx Celery. HEX triplet: B3, B6 and 50. RGB value is (179,182,80). Sum of RGB (Red+Green+Blue) = 179+182+80=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B650 is #4C49AF. Grayscale: #A9A9A9. Windows color (decimal): -4999600 or 5289651. OLE color: 5289651.

HSL color Cylindrical-coordinate representation of color #B3B650: hue angle of 61.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3B650 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB17918280-
CMYK0.0200.560.29
HSL61.76º41.13%51.37%-
HSV(B)61.76º56.04%71.37%-
XYZ36.7743.6214.07-
YUV169.4877.51134.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=40.59%
G=41.27%
B=18.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179182800.0200.560.2961.7641.1351.37
HexB3B65020381D3e2933
Octal263266120207035765163
Binary1011001110110110101000010011100011101111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B650; }

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

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

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

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

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

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

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

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