#B8B849

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

Shades of Celery #B8B849

Tints of Celery #B8B849

Color information

#B8B849 (or 0xB8B849) is unknown color: approx Celery. HEX triplet: B8, B8 and 49. RGB value is (184,184,73). Sum of RGB (Red+Green+Blue) = 184+184+73=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B849 is #4747B6. Grayscale: #ABABAB. Windows color (decimal): -4671415 or 4831416. OLE color: 4831416.

HSL color Cylindrical-coordinate representation of color #B8B849: 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.6%. Process color model (Four color, CMYK) of #B8B849 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18418473-
CMYK000.600.28
HSL60º43.87%50.39%-
HSV(B)60º60.33%72.16%-
XYZ38.1144.9512.97-
YUV171.3572.5137.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=41.72%
G=41.72%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418473000.600.286043.8750.39
HexB8B849003C1C3c2c32
Octal270270111007434745462
Binary101110001011100010010010011110011100111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B849; }

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

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

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

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

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

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

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

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