#C4BE4A

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

Shades of Celery #C4BE4A

Tints of Celery #C4BE4A

Color information

#C4BE4A (or 0xC4BE4A) is unknown color: approx Celery. HEX triplet: C4, BE and 4A. RGB value is (196,190,74). Sum of RGB (Red+Green+Blue) = 196+190+74=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE4A is #3B41B5. Grayscale: #B3B3B3. Windows color (decimal): -3883446 or 4898500. OLE color: 4898500.

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

Color convert

RGB19619074-
CMYK00.030.620.23
HSL57.05º50.83%52.94%-
HSV(B)57.05º62.24%76.86%-
XYZ42.4149.0613.71-
YUV178.5768.99140.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=42.61%
G=41.30%
B=16.09%

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
Decimal1961907400.030.620.2357.0550.8352.94
HexC4BE4A033E17393335
Octal304276112037627716365
Binary1100010010111110100101001111111010111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE4A; }

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

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

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

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

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

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

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

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