#C4BF4A

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

Shades of Celery #C4BF4A

Tints of Celery #C4BF4A

Color information

#C4BF4A (or 0xC4BF4A) is unknown color: approx Celery. HEX triplet: C4, BF and 4A. RGB value is (196,191,74). Sum of RGB (Red+Green+Blue) = 196+191+74=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF4A is #3B40B5. Grayscale: #B3B3B3. Windows color (decimal): -3883190 or 4898756. OLE color: 4898756.

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

Color convert

RGB19619174-
CMYK00.030.620.23
HSL57.54º50.83%52.94%-
HSV(B)57.54º62.24%76.86%-
XYZ42.6349.4913.78-
YUV179.1668.66140.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=42.52%
G=41.43%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961917400.030.620.2357.5450.8352.94
HexC4BF4A033E173a3335
Octal304277112037627726365
Binary1100010010111111100101001111111010111111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF4A; }

 p { color: rgb(196,191,74); }

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

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

 a { background-color: rgb(196,191,74); }

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

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

 span { border-color: rgb(196,191,74); }

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