#B4B941

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

Shades of Celery #B4B941

Tints of Celery #B4B941

Color information

#B4B941 (or 0xB4B941) is unknown color: approx Celery. HEX triplet: B4, B9 and 41. RGB value is (180,185,65). Sum of RGB (Red+Green+Blue) = 180+185+65=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B941 is #4B46BE. Grayscale: #AAAAAA. Windows color (decimal): -4933311 or 4307380. OLE color: 4307380.

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

Color convert

RGB18018565-
CMYK0.0300.650.27
HSL62.5º48%49.02%-
HSV(B)62.5º64.86%72.55%-
XYZ37.1344.7811.69-
YUV169.8268.84135.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=41.86%
G=43.02%
B=15.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185650.0300.650.2762.54849.02
HexB4B94130411B3e3031
Octal2642711013010133766061
Binary10110100101110011000001110100000111011111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B941; }

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

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

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

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

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

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

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

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