#B3BD46

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

Shades of Celery #B3BD46

Tints of Celery #B3BD46

Color information

#B3BD46 (or 0xB3BD46) is unknown color: approx Celery. HEX triplet: B3, BD and 46. RGB value is (179,189,70). Sum of RGB (Red+Green+Blue) = 179+189+70=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD46 is #4C42B9. Grayscale: #ACACAC. Windows color (decimal): -4997818 or 4636083. OLE color: 4636083.

HSL color Cylindrical-coordinate representation of color #B3BD46: hue angle of 65.04º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3BD46 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB17918970-
CMYK0.0500.630.26
HSL65.04º47.41%50.78%-
HSV(B)65.04º62.96%74.12%-
XYZ37.8946.4212.76-
YUV172.4470.19132.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 189 (74.22% from 255) = 43.15%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=40.87%
G=43.15%
B=15.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179189700.0500.630.2665.0447.4150.78
HexB3BD46503F1A412f33
Octal2632751065077321015763
Binary101100111011110110001101010111111110101000001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD46; }

 p { color: rgb(179,189,70); }

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

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

 a { background-color: rgb(179,189,70); }

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

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

 span { border-color: rgb(179,189,70); }

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