#C2CF1E

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

Shades of Rio Grande #C2CF1E

Tints of Rio Grande #C2CF1E

Color information

#C2CF1E (or 0xC2CF1E) is unknown color: approx Rio Grande. HEX triplet: C2, CF and 1E. RGB value is (194,207,30). Sum of RGB (Red+Green+Blue) = 194+207+30=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF1E is #3D30E1. Grayscale: #B7B7B7. Windows color (decimal): -4010210 or 2019266. OLE color: 2019266.

HSL color Cylindrical-coordinate representation of color #C2CF1E: hue angle of 64.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2CF1E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB19420730-
CMYK0.0600.860.19
HSL64.41º74.68%46.47%-
HSV(B)64.41º85.51%81.18%-
XYZ44.856.199.71-
YUV182.9341.69135.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 30 (12.11% from 255) = 6.96%
R=45.01%
G=48.03%
B=6.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal194207300.0600.860.1964.4174.6846.47
HexC2CF1E605613404b2e
Octal30231736601262310011356
Binary110000101100111111110110010101101001110000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CF1E; }

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

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

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

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

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

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

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

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