#B3CA50

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

Shades of Celery #B3CA50

Tints of Celery #B3CA50

Color information

#B3CA50 (or 0xB3CA50) is unknown color: approx Celery. HEX triplet: B3, CA and 50. RGB value is (179,202,80). Sum of RGB (Red+Green+Blue) = 179+202+80=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA50 is #4C35AF. Grayscale: #B5B5B5. Windows color (decimal): -4994480 or 5294771. OLE color: 5294771.

HSL color Cylindrical-coordinate representation of color #B3CA50: hue angle of 71.31º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3CA50 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB17920280-
CMYK0.1100.600.21
HSL71.31º53.51%55.29%-
HSV(B)71.31º60.4%79.22%-
XYZ41.1652.415.54-
YUV181.2270.88126.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=38.83%
G=43.82%
B=17.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202800.1100.600.2171.3153.5155.29
HexB3CA50B03C15473637
Octal26331212013074251076667
Binary1011001111001010101000010110111100101011000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA50; }

 p { color: rgb(179,202,80); }

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

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

 a { background-color: rgb(179,202,80); }

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

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

 span { border-color: rgb(179,202,80); }

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