#B8B848

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

Shades of Celery #B8B848

Tints of Celery #B8B848

Color information

#B8B848 (or 0xB8B848) is unknown color: approx Celery. HEX triplet: B8, B8 and 48. RGB value is (184,184,72). Sum of RGB (Red+Green+Blue) = 184+184+72=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B848 is #4747B7. Grayscale: #ABABAB. Windows color (decimal): -4671416 or 4765880. OLE color: 4765880.

HSL color Cylindrical-coordinate representation of color #B8B848: hue angle of 60º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8B848 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18418472-
CMYK000.610.28
HSL60º44.09%50.2%-
HSV(B)60º60.87%72.16%-
XYZ38.0844.9412.8-
YUV171.2372137.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 72 (28.52% from 255) = 16.36%
R=41.82%
G=41.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418472000.610.286044.0950.2
HexB8B848003D1C3c2c32
Octal270270110007534745462
Binary101110001011100010010000011110111100111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B848; }

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

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

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

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

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

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

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

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