#C2C61E

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

Shades of Rio Grande #C2C61E

Tints of Rio Grande #C2C61E

Color information

#C2C61E (or 0xC2C61E) is unknown color: approx Rio Grande. HEX triplet: C2, C6 and 1E. RGB value is (194,198,30). Sum of RGB (Red+Green+Blue) = 194+198+30=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C61E is #3D39E1. Grayscale: #B2B2B2. Windows color (decimal): -4012514 or 2016962. OLE color: 2016962.

HSL color Cylindrical-coordinate representation of color #C2C61E: hue angle of 61.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2C61E is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB19419830-
CMYK0.0200.850.22
HSL61.43º73.68%44.71%-
HSV(B)61.43º84.85%77.65%-
XYZ42.6851.959.01-
YUV177.6544.67139.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 30 (12.11% from 255) = 7.11%
R=45.97%
G=46.92%
B=7.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194198300.0200.850.2261.4373.6844.71
HexC2C61E2055163d4a2d
Octal3023063620125267511255
Binary1100001011000110111101001010101101101111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C61E; }

 p { color: rgb(194,198,30); }

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

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

 a { background-color: rgb(194,198,30); }

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

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

 span { border-color: rgb(194,198,30); }

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