#C3C41E

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

Shades of Rio Grande #C3C41E

Tints of Rio Grande #C3C41E

Color information

#C3C41E (or 0xC3C41E) is unknown color: approx Rio Grande. HEX triplet: C3, C4 and 1E. RGB value is (195,196,30). Sum of RGB (Red+Green+Blue) = 195+196+30=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C41E is #3C3BE1. Grayscale: #B1B1B1. Windows color (decimal): -3947490 or 2016451. OLE color: 2016451.

HSL color Cylindrical-coordinate representation of color #C3C41E: hue angle of 60.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3C41E is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19519630-
CMYK0.0100.850.23
HSL60.36º73.45%44.31%-
HSV(B)60.36º84.69%76.86%-
XYZ42.4851.188.87-
YUV176.7845.17141-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 30 (12.11% from 255) = 7.13%
R=46.32%
G=46.56%
B=7.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195196300.0100.850.2360.3673.4544.31
HexC3C41E1055173c492c
Octal3033043610125277411154
Binary110000111100010011110101010101101111111001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C41E; }

 p { color: rgb(195,196,30); }

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

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

 a { background-color: rgb(195,196,30); }

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

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

 span { border-color: rgb(195,196,30); }

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