#B3B441

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

Shades of Celery #B3B441

Tints of Celery #B3B441

Color information

#B3B441 (or 0xB3B441) is unknown color: approx Celery. HEX triplet: B3, B4 and 41. RGB value is (179,180,65). Sum of RGB (Red+Green+Blue) = 179+180+65=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B441 is #4C4BBE. Grayscale: #A7A7A7. Windows color (decimal): -5000127 or 4306099. OLE color: 4306099.

HSL color Cylindrical-coordinate representation of color #B3B441: hue angle of 60.52º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3B441 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB17918065-
CMYK0.0100.640.29
HSL60.52º46.94%48.04%-
HSV(B)60.52º63.89%70.59%-
XYZ35.8742.6111.33-
YUV166.5970.67136.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 65 (25.78% from 255) = 15.33%
R=42.22%
G=42.45%
B=15.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179180650.0100.640.2960.5246.9448.04
HexB3B44110401D3d2f30
Octal2632641011010035755760
Binary1011001110110100100000110100000011101111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B441; }

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

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

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

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

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

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

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

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