#B4B641

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

Shades of Celery #B4B641

Tints of Celery #B4B641

Color information

#B4B641 (or 0xB4B641) is unknown color: approx Celery. HEX triplet: B4, B6 and 41. RGB value is (180,182,65). Sum of RGB (Red+Green+Blue) = 180+182+65=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B641 is #4B49BE. Grayscale: #A8A8A8. Windows color (decimal): -4934079 or 4306612. OLE color: 4306612.

HSL color Cylindrical-coordinate representation of color #B4B641: hue angle of 61.03º 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 #B4B641 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18018265-
CMYK0.0100.640.29
HSL61.03º47.37%48.43%-
HSV(B)61.03º64.29%71.37%-
XYZ36.543.5411.48-
YUV168.0669.84136.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 182 (71.48% from 255) = 42.62%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=42.15%
G=42.62%
B=15.22%

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
Decimal180182650.0100.640.2961.0347.3748.43
HexB4B64110401D3d2f30
Octal2642661011010035755760
Binary1011010010110110100000110100000011101111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B641; }

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

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

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

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

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

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

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

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