#C2BD4A

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

Shades of Celery #C2BD4A

Tints of Celery #C2BD4A

Color information

#C2BD4A (or 0xC2BD4A) is unknown color: approx Celery. HEX triplet: C2, BD and 4A. RGB value is (194,189,74). Sum of RGB (Red+Green+Blue) = 194+189+74=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD4A is #3D42B5. Grayscale: #B1B1B1. Windows color (decimal): -4014774 or 4898242. OLE color: 4898242.

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

Color convert

RGB19418974-
CMYK00.030.620.24
HSL57.5º49.59%52.55%-
HSV(B)57.5º61.86%76.08%-
XYZ41.6848.3613.62-
YUV177.3969.66139.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=42.45%
G=41.36%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941897400.030.620.2457.549.5952.55
HexC2BD4A033E183a3235
Octal302275112037630726265
Binary1100001010111101100101001111111011000111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD4A; }

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

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

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

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

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

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

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

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