#B3B448

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

Shades of Celery #B3B448

Tints of Celery #B3B448

Color information

#B3B448 (or 0xB3B448) is unknown color: approx Celery. HEX triplet: B3, B4 and 48. RGB value is (179,180,72). Sum of RGB (Red+Green+Blue) = 179+180+72=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B448 is #4C4BB7. Grayscale: #A7A7A7. Windows color (decimal): -5000120 or 4764851. OLE color: 4764851.

HSL color Cylindrical-coordinate representation of color #B3B448: hue angle of 60.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3B448 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17918072-
CMYK0.0100.600.29
HSL60.56º42.86%49.41%-
HSV(B)60.56º60%70.59%-
XYZ36.0842.6912.47-
YUV167.3974.17136.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 72 (28.52% from 255) = 16.71%
R=41.53%
G=41.76%
B=16.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180720.0100.600.2960.5642.8649.41
HexB3B448103C1D3d2b31
Octal263264110107435755361
Binary101100111011010010010001011110011101111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B448; }

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

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

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

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

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

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

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

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