#c1c32b

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

Shades of Rio Grande #C1C32B

Tints of Rio Grande #C1C32B

Color information

#C1C32B (or 0xC1C32B) is unknown color: approx Rio Grande. HEX triplet: C1, C3 and 2B. RGB value is (193,195,43). Sum of RGB (Red+Green+Blue) = 193+195+43=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C32B is #3E3CD4. Grayscale: #B1B1B1. Windows color (decimal): -4078805 or 2868161. OLE color: 2868161.

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

Color convert

RGB19319543-
CMYK0.0100.780.24
HSL60.79º63.87%46.67%-
HSV(B)60.79º77.95%76.47%-
XYZ41.9450.549.83-
YUV177.0752.34139.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=44.78%
G=45.24%
B=9.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193195430.0100.780.2460.7963.8746.67
HexC1C32B104E183d402f
Octal3013035310116307510057
Binary1100000111000011101011101001110110001111011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1c32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1c32b; }

 p { color: rgb(193,195,43); }

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

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

 a { background-color: rgb(193,195,43); }

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

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

 span { border-color: rgb(193,195,43); }

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