#B4B94A

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

Shades of Celery #B4B94A

Tints of Celery #B4B94A

Color information

#B4B94A (or 0xB4B94A) is unknown color: approx Celery. HEX triplet: B4, B9 and 4A. RGB value is (180,185,74). Sum of RGB (Red+Green+Blue) = 180+185+74=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B94A is #4B46B5. Grayscale: #ABABAB. Windows color (decimal): -4933302 or 4897204. OLE color: 4897204.

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

Color convert

RGB18018574-
CMYK0.0300.60.27
HSL62.7º44.22%50.78%-
HSV(B)62.7º60%72.55%-
XYZ37.4144.913.17-
YUV170.8573.34134.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 74 (29.30% from 255) = 16.86%
R=41.00%
G=42.14%
B=16.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185740.0300.60.2762.744.2250.78
HexB4B94A303C1B3f2c33
Octal264271112307433775463
Binary1011010010111001100101011011110011011111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B94A; }

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

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

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

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

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

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

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

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