#C2BD50

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

Shades of Celery #C2BD50

Tints of Celery #C2BD50

Color information

#C2BD50 (or 0xC2BD50) is unknown color: approx Celery. HEX triplet: C2, BD and 50. RGB value is (194,189,80). Sum of RGB (Red+Green+Blue) = 194+189+80=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD50 is #3D42AF. Grayscale: #B2B2B2. Windows color (decimal): -4014768 or 5291458. OLE color: 5291458.

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

Color convert

RGB19418980-
CMYK00.030.590.24
HSL57.37º48.31%53.73%-
HSV(B)57.37º58.76%76.08%-
XYZ41.8948.4414.73-
YUV178.0772.66139.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 189 (74.22% from 255) = 40.82%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=41.90%
G=40.82%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941898000.030.590.2457.3748.3153.73
HexC2BD50033B18393036
Octal302275120037330716066
Binary1100001010111101101000001111101111000111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD50; }

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

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

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

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

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

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

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

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