#C0BA49

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

Shades of Celery #C0BA49

Tints of Celery #C0BA49

Color information

#C0BA49 (or 0xC0BA49) is unknown color: approx Celery. HEX triplet: C0, BA and 49. RGB value is (192,186,73). Sum of RGB (Red+Green+Blue) = 192+186+73=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA49 is #3F45B6. Grayscale: #AFAFAF. Windows color (decimal): -4146615 or 4831936. OLE color: 4831936.

HSL color Cylindrical-coordinate representation of color #C0BA49: hue angle of 56.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0BA49 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19218673-
CMYK00.030.620.25
HSL56.97º48.57%51.96%-
HSV(B)56.97º61.98%75.29%-
XYZ40.546.8113.2-
YUV174.9170.49140.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 73 (28.91% from 255) = 16.19%
R=42.57%
G=41.24%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1921867300.030.620.2556.9748.5751.96
HexC0BA49033E19393134
Octal300272111037631716164
Binary1100000010111010100100101111111011001111001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA49; }

 p { color: rgb(192,186,73); }

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

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

 a { background-color: rgb(192,186,73); }

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

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

 span { border-color: rgb(192,186,73); }

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