#B3C040

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

Shades of Celery #B3C040

Tints of Celery #B3C040

Color information

#B3C040 (or 0xB3C040) is unknown color: approx Celery. HEX triplet: B3, C0 and 40. RGB value is (179,192,64). Sum of RGB (Red+Green+Blue) = 179+192+64=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C040 is #4C3FBF. Grayscale: #AEAEAE. Windows color (decimal): -4997056 or 4243635. OLE color: 4243635.

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

Color convert

RGB17919264-
CMYK0.0700.670.25
HSL66.09º50.39%50.2%-
HSV(B)66.09º66.67%75.29%-
XYZ38.3747.6512.03-
YUV173.5266.19131.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 192 (75.39% from 255) = 44.14%
BLUE value IS 64 (25.39% from 255) = 14.71%
R=41.15%
G=44.14%
B=14.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179192640.0700.670.2566.0950.3950.2
HexB3C040704319423232
Octal26330010070103311026262
Binary1011001111000000100000011101000011110011000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C040; }

 p { color: rgb(179,192,64); }

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

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

 a { background-color: rgb(179,192,64); }

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

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

 span { border-color: rgb(179,192,64); }

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