#C1BE1E

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

Shades of Rio Grande #C1BE1E

Tints of Rio Grande #C1BE1E

Color information

#C1BE1E (or 0xC1BE1E) is unknown color: approx Rio Grande. HEX triplet: C1, BE and 1E. RGB value is (193,190,30). Sum of RGB (Red+Green+Blue) = 193+190+30=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE1E is #3E41E1. Grayscale: #ADADAD. Windows color (decimal): -4080098 or 2014913. OLE color: 2014913.

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

Color convert

RGB19319030-
CMYK00.020.840.24
HSL58.9º73.09%43.73%-
HSV(B)58.9º84.46%75.69%-
XYZ40.6448.268.4-
YUV172.6647.49142.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 30 (12.11% from 255) = 7.26%
R=46.73%
G=46.00%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931903000.020.840.2458.973.0943.73
HexC1BE1E0254183b492c
Octal3012763602124307311154
Binary1100000110111110111100101010100110001110111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE1E; }

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

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

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

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

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

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

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

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