#C1BF2A

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

Shades of Rio Grande #C1BF2A

Tints of Rio Grande #C1BF2A

Color information

#C1BF2A (or 0xC1BF2A) is unknown color: approx Rio Grande. HEX triplet: C1, BF and 2A. RGB value is (193,191,42). Sum of RGB (Red+Green+Blue) = 193+191+42=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF2A is #3E40D5. Grayscale: #AFAFAF. Windows color (decimal): -4079830 or 2801601. OLE color: 2801601.

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

Color convert

RGB19319142-
CMYK00.010.780.24
HSL59.21º64.26%46.08%-
HSV(B)59.21º78.24%75.69%-
XYZ41.0448.779.44-
YUV174.6153.16141.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 42 (16.80% from 255) = 9.86%
R=45.31%
G=44.84%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931914200.010.780.2459.2164.2646.08
HexC1BF2A014E183b402e
Octal3012775201116307310056
Binary1100000110111111101010011001110110001110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF2A; }

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

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

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

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

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

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

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

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