#C3BD4A

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

Shades of Celery #C3BD4A

Tints of Celery #C3BD4A

Color information

#C3BD4A (or 0xC3BD4A) is unknown color: approx Celery. HEX triplet: C3, BD and 4A. RGB value is (195,189,74). Sum of RGB (Red+Green+Blue) = 195+189+74=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD4A is #3C42B5. Grayscale: #B2B2B2. Windows color (decimal): -3949238 or 4898243. OLE color: 4898243.

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

Color convert

RGB19518974-
CMYK00.030.620.24
HSL57.02º50.21%52.75%-
HSV(B)57.02º62.05%76.47%-
XYZ41.9448.4913.63-
YUV177.6869.49140.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=42.58%
G=41.27%
B=16.16%

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
Decimal1951897400.030.620.2457.0250.2152.75
HexC3BD4A033E18393235
Octal303275112037630716265
Binary1100001110111101100101001111111011000111001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD4A; }

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

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

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

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

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

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

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

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