#C5BE4A

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

Shades of Celery #C5BE4A

Tints of Celery #C5BE4A

Color information

#C5BE4A (or 0xC5BE4A) is unknown color: approx Celery. HEX triplet: C5, BE and 4A. RGB value is (197,190,74). Sum of RGB (Red+Green+Blue) = 197+190+74=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE4A is #3A41B5. Grayscale: #B3B3B3. Windows color (decimal): -3817910 or 4898501. OLE color: 4898501.

HSL color Cylindrical-coordinate representation of color #C5BE4A: hue angle of 56.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5BE4A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19719074-
CMYK00.040.620.23
HSL56.59º51.46%53.14%-
HSV(B)56.59º62.44%77.25%-
XYZ42.6849.1913.72-
YUV178.8768.82140.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=42.73%
G=41.21%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971907400.040.620.2356.5951.4653.14
HexC5BE4A043E17393335
Octal305276112047627716365
Binary11000101101111101001010010011111010111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE4A; }

 p { color: rgb(197,190,74); }

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

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

 a { background-color: rgb(197,190,74); }

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

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

 span { border-color: rgb(197,190,74); }

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