#C2BD46

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

Shades of Celery #C2BD46

Tints of Celery #C2BD46

Color information

#C2BD46 (or 0xC2BD46) is unknown color: approx Celery. HEX triplet: C2, BD and 46. RGB value is (194,189,70). Sum of RGB (Red+Green+Blue) = 194+189+70=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD46 is #3D42B9. Grayscale: #B1B1B1. Windows color (decimal): -4014778 or 4636098. OLE color: 4636098.

HSL color Cylindrical-coordinate representation of color #C2BD46: hue angle of 57.58º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2BD46 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19418970-
CMYK00.030.640.24
HSL57.58º50.41%51.76%-
HSV(B)57.58º63.92%76.08%-
XYZ41.5548.3112.93-
YUV176.9367.66140.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=42.83%
G=41.72%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941897000.030.640.2457.5850.4151.76
HexC2BD460340183a3234
Octal3022751060310030726264
Binary11000010101111011000110011100000011000111010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD46; }

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

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

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

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

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

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

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

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