#B4C041

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

Shades of Celery #B4C041

Tints of Celery #B4C041

Color information

#B4C041 (or 0xB4C041) is unknown color: approx Celery. HEX triplet: B4, C0 and 41. RGB value is (180,192,65). Sum of RGB (Red+Green+Blue) = 180+192+65=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C041 is #4B3FBE. Grayscale: #AEAEAE. Windows color (decimal): -4931519 or 4309172. OLE color: 4309172.

HSL color Cylindrical-coordinate representation of color #B4C041: hue angle of 65.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4C041 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB18019265-
CMYK0.0600.660.25
HSL65.67º50.2%50.39%-
HSV(B)65.67º66.15%75.29%-
XYZ38.6347.7812.19-
YUV173.9366.52132.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 192 (75.39% from 255) = 43.94%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=41.19%
G=43.94%
B=14.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180192650.0600.660.2565.6750.250.39
HexB4C041604219423232
Octal26430010160102311026262
Binary1011010011000000100000111001000010110011000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C041; }

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

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

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

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

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

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

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

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