#C1BD25

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

Shades of Rio Grande #C1BD25

Tints of Rio Grande #C1BD25

Color information

#C1BD25 (or 0xC1BD25) is unknown color: approx Rio Grande. HEX triplet: C1, BD and 25. RGB value is (193,189,37). Sum of RGB (Red+Green+Blue) = 193+189+37=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BD25 is #3E42DA. Grayscale: #ADADAD. Windows color (decimal): -4080347 or 2473409. OLE color: 2473409.

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

Color convert

RGB19318937-
CMYK00.020.810.24
HSL58.46º67.83%45.1%-
HSV(B)58.46º80.83%75.69%-
XYZ40.5247.878.85-
YUV172.8751.33142.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 37 (14.84% from 255) = 8.83%
R=46.06%
G=45.11%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931893700.020.810.2458.4667.8345.1
HexC1BD250251183a442d
Octal3012754502121307210455
Binary11000001101111011001010101010001110001110101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD25; }

 p { color: rgb(193,189,37); }

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

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

 a { background-color: rgb(193,189,37); }

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

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

 span { border-color: rgb(193,189,37); }

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