#B3BF49

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

Shades of Celery #B3BF49

Tints of Celery #B3BF49

Color information

#B3BF49 (or 0xB3BF49) is unknown color: approx Celery. HEX triplet: B3, BF and 49. RGB value is (179,191,73). Sum of RGB (Red+Green+Blue) = 179+191+73=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BF49 is #4C40B6. Grayscale: #AEAEAE. Windows color (decimal): -4997303 or 4833203. OLE color: 4833203.

HSL color Cylindrical-coordinate representation of color #B3BF49: hue angle of 66.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3BF49 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB17919173-
CMYK0.0600.620.25
HSL66.1º47.97%51.76%-
HSV(B)66.1º61.78%74.9%-
XYZ38.4247.3313.41-
YUV173.9671.02131.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=40.41%
G=43.12%
B=16.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179191730.0600.620.2566.147.9751.76
HexB3BF49603E19423034
Octal2632771116076311026064
Binary101100111011111110010011100111110110011000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF49; }

 p { color: rgb(179,191,73); }

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

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

 a { background-color: rgb(179,191,73); }

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

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

 span { border-color: rgb(179,191,73); }

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