#C1BE48

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

Shades of Celery #C1BE48

Tints of Celery #C1BE48

Color information

#C1BE48 (or 0xC1BE48) is unknown color: approx Celery. HEX triplet: C1, BE and 48. RGB value is (193,190,72). Sum of RGB (Red+Green+Blue) = 193+190+72=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE48 is #3E41B7. Grayscale: #B1B1B1. Windows color (decimal): -4080056 or 4767425. OLE color: 4767425.

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

Color convert

RGB19319072-
CMYK00.020.630.24
HSL58.51º49.39%51.96%-
HSV(B)58.51º62.69%75.69%-
XYZ41.5848.6313.33-
YUV177.4468.49139.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 72 (28.52% from 255) = 15.82%
R=42.42%
G=41.76%
B=15.82%

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
Decimal1931907200.020.630.2458.5149.3951.96
HexC1BE48023F183b3134
Octal301276110027730736164
Binary1100000110111110100100001011111111000111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE48; }

 p { color: rgb(193,190,72); }

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

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

 a { background-color: rgb(193,190,72); }

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

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

 span { border-color: rgb(193,190,72); }

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