#B4B94F

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

Shades of Celery #B4B94F

Tints of Celery #B4B94F

Color information

#B4B94F (or 0xB4B94F) is unknown color: approx Celery. HEX triplet: B4, B9 and 4F. RGB value is (180,185,79). Sum of RGB (Red+Green+Blue) = 180+185+79=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B94F is #4B46B0. Grayscale: #ABABAB. Windows color (decimal): -4933297 or 5224884. OLE color: 5224884.

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

Color convert

RGB18018579-
CMYK0.0300.570.27
HSL62.83º43.09%51.76%-
HSV(B)62.83º57.3%72.55%-
XYZ37.5844.9714.1-
YUV171.4275.84134.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=40.54%
G=41.67%
B=17.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185790.0300.570.2762.8343.0951.76
HexB4B94F30391B3f2b34
Octal264271117307133775364
Binary1011010010111001100111111011100111011111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B94F; }

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

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

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

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

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

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

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

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