#C1BF53

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

Shades of Celery #C1BF53

Tints of Celery #C1BF53

Color information

#C1BF53 (or 0xC1BF53) is unknown color: approx Celery. HEX triplet: C1, BF and 53. RGB value is (193,191,83). Sum of RGB (Red+Green+Blue) = 193+191+83=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF53 is #3E40AC. Grayscale: #B3B3B3. Windows color (decimal): -4079789 or 5488577. OLE color: 5488577.

HSL color Cylindrical-coordinate representation of color #C1BF53: hue angle of 58.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1BF53 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19319183-
CMYK00.010.570.24
HSL58.91º47.01%54.12%-
HSV(B)58.91º56.99%75.69%-
XYZ42.1849.2215.46-
YUV179.2973.66137.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 83 (32.81% from 255) = 17.77%
R=41.33%
G=40.90%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931918300.010.570.2458.9147.0154.12
HexC1BF530139183b2f36
Octal301277123017130735766
Binary110000011011111110100110111100111000111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF53; }

 p { color: rgb(193,191,83); }

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

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

 a { background-color: rgb(193,191,83); }

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

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

 span { border-color: rgb(193,191,83); }

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