#B4B448

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

Shades of Celery #B4B448

Tints of Celery #B4B448

Color information

#B4B448 (or 0xB4B448) is unknown color: approx Celery. HEX triplet: B4, B4 and 48. RGB value is (180,180,72). Sum of RGB (Red+Green+Blue) = 180+180+72=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B448 is #4B4BB7. Grayscale: #A8A8A8. Windows color (decimal): -4934584 or 4764852. OLE color: 4764852.

HSL color Cylindrical-coordinate representation of color #B4B448: hue angle of 60º 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 #B4B448 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18018072-
CMYK000.600.29
HSL60º42.86%49.41%-
HSV(B)60º60%70.59%-
XYZ36.3142.8112.48-
YUV167.6974136.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=41.67%
G=41.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18018072000.600.296042.8649.41
HexB4B448003C1D3c2b31
Octal264264110007435745361
Binary101101001011010010010000011110011101111100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B448; }

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

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

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

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

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

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

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

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