#c3bf49

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

Shades of Celery #C3BF49

Tints of Celery #C3BF49

Color information

#C3BF49 (or 0xC3BF49) is unknown color: approx Celery. HEX triplet: C3, BF and 49. RGB value is (195,191,73). Sum of RGB (Red+Green+Blue) = 195+191+73=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BF49 is #3C40B6. Grayscale: #B3B3B3. Windows color (decimal): -3948727 or 4833219. OLE color: 4833219.

HSL color Cylindrical-coordinate representation of color #C3BF49: hue angle of 58.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3BF49 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19519173-
CMYK00.020.630.24
HSL58.03º50.41%52.55%-
HSV(B)58.03º62.56%76.47%-
XYZ42.3449.3413.6-
YUV178.7468.33139.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=42.48%
G=41.61%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951917300.020.630.2458.0350.4152.55
HexC3BF49023F183a3235
Octal303277111027730726265
Binary1100001110111111100100101011111111000111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3bf49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3bf49; }

 p { color: rgb(195,191,73); }

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

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

 a { background-color: rgb(195,191,73); }

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

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

 span { border-color: rgb(195,191,73); }

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