#C1BD50

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

Shades of Celery #C1BD50

Tints of Celery #C1BD50

Color information

#C1BD50 (or 0xC1BD50) is unknown color: approx Celery. HEX triplet: C1, BD and 50. RGB value is (193,189,80). Sum of RGB (Red+Green+Blue) = 193+189+80=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD50 is #3E42AF. Grayscale: #B2B2B2. Windows color (decimal): -4080304 or 5291457. OLE color: 5291457.

HSL color Cylindrical-coordinate representation of color #C1BD50: hue angle of 57.88º 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 #C1BD50 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19318980-
CMYK00.020.590.24
HSL57.88º47.68%53.53%-
HSV(B)57.88º58.55%75.69%-
XYZ41.6448.3114.72-
YUV177.7772.83138.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 80 (31.64% from 255) = 17.32%
R=41.77%
G=40.91%
B=17.32%

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
Decimal1931898000.020.590.2457.8847.6853.53
HexC1BD50023B183a3036
Octal301275120027330726066
Binary1100000110111101101000001011101111000111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD50; }

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

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

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

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

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

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

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

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