#C1BE50

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

Shades of Celery #C1BE50

Tints of Celery #C1BE50

Color information

#C1BE50 (or 0xC1BE50) is unknown color: approx Celery. HEX triplet: C1, BE and 50. RGB value is (193,190,80). Sum of RGB (Red+Green+Blue) = 193+190+80=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE50 is #3E41AF. Grayscale: #B2B2B2. Windows color (decimal): -4080048 or 5291713. OLE color: 5291713.

HSL color Cylindrical-coordinate representation of color #C1BE50: hue angle of 58.41º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1BE50 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19319080-
CMYK00.020.590.24
HSL58.41º47.68%53.53%-
HSV(B)58.41º58.55%75.69%-
XYZ41.8548.7414.79-
YUV178.3672.49138.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=41.68%
G=41.04%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931908000.020.590.2458.4147.6853.53
HexC1BE50023B183a3036
Octal301276120027330726066
Binary1100000110111110101000001011101111000111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE50; }

 p { color: rgb(193,190,80); }

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

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

 a { background-color: rgb(193,190,80); }

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

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

 span { border-color: rgb(193,190,80); }

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