#C1BE1C

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

Shades of Rio Grande #C1BE1C

Tints of Rio Grande #C1BE1C

Color information

#C1BE1C (or 0xC1BE1C) is unknown color: approx Rio Grande. HEX triplet: C1, BE and 1C. RGB value is (193,190,28). Sum of RGB (Red+Green+Blue) = 193+190+28=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE1C is #3E41E3. Grayscale: #ADADAD. Windows color (decimal): -4080100 or 1883841. OLE color: 1883841.

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

Color convert

RGB19319028-
CMYK00.020.850.24
HSL58.91º74.66%43.33%-
HSV(B)58.91º85.49%75.69%-
XYZ40.6248.258.27-
YUV172.4346.49142.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 28 (11.33% from 255) = 6.81%
R=46.96%
G=46.23%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931902800.020.850.2458.9174.6643.33
HexC1BE1C0255183b4b2b
Octal3012763402125307311353
Binary1100000110111110111000101010101110001110111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE1C; }

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

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

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

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

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

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

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

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