#B3BF48

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

Shades of Celery #B3BF48

Tints of Celery #B3BF48

Color information

#B3BF48 (or 0xB3BF48) is unknown color: approx Celery. HEX triplet: B3, BF and 48. RGB value is (179,191,72). Sum of RGB (Red+Green+Blue) = 179+191+72=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BF48 is #4C40B7. Grayscale: #AEAEAE. Windows color (decimal): -4997304 or 4767667. OLE color: 4767667.

HSL color Cylindrical-coordinate representation of color #B3BF48: hue angle of 66.05º 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 #B3BF48 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB17919172-
CMYK0.0600.620.25
HSL66.05º48.18%51.57%-
HSV(B)66.05º62.3%74.9%-
XYZ38.3947.3113.24-
YUV173.8570.52131.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=40.50%
G=43.21%
B=16.29%

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
Decimal179191720.0600.620.2566.0548.1851.57
HexB3BF48603E19423034
Octal2632771106076311026064
Binary101100111011111110010001100111110110011000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF48; }

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

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

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

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

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

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

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

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