#B4B954

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

Shades of Celery #B4B954

Tints of Celery #B4B954

Color information

#B4B954 (or 0xB4B954) is unknown color: approx Celery. HEX triplet: B4, B9 and 54. RGB value is (180,185,84). Sum of RGB (Red+Green+Blue) = 180+185+84=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B954 is #4B46AB. Grayscale: #ACACAC. Windows color (decimal): -4933292 or 5552564. OLE color: 5552564.

HSL color Cylindrical-coordinate representation of color #B4B954: hue angle of 62.97º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4B954 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18018584-
CMYK0.0300.550.27
HSL62.97º41.91%52.75%-
HSV(B)62.97º54.59%72.55%-
XYZ37.7745.0415.09-
YUV171.9978.34133.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 84 (33.20% from 255) = 18.71%
R=40.09%
G=41.20%
B=18.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185840.0300.550.2762.9741.9152.75
HexB4B95430371B3f2a35
Octal264271124306733775265
Binary1011010010111001101010011011011111011111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B954; }

 p { color: rgb(180,185,84); }

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

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

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

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

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

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

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