#C1CF1E

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

Shades of Rio Grande #C1CF1E

Tints of Rio Grande #C1CF1E

Color information

#C1CF1E (or 0xC1CF1E) is unknown color: approx Rio Grande. HEX triplet: C1, CF and 1E. RGB value is (193,207,30). Sum of RGB (Red+Green+Blue) = 193+207+30=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CF1E is #3E30E1. Grayscale: #B7B7B7. Windows color (decimal): -4075746 or 2019265. OLE color: 2019265.

HSL color Cylindrical-coordinate representation of color #C1CF1E: hue angle of 64.75º 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 #C1CF1E is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB19320730-
CMYK0.0700.860.19
HSL64.75º74.68%46.47%-
HSV(B)64.75º85.51%81.18%-
XYZ44.5456.069.7-
YUV182.6441.86135.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 207 (81.25% from 255) = 48.14%
BLUE value IS 30 (12.11% from 255) = 6.98%
R=44.88%
G=48.14%
B=6.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193207300.0700.860.1964.7574.6846.47
HexC1CF1E705613414b2e
Octal30131736701262310111356
Binary110000011100111111110111010101101001110000011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CF1E; }

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

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

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

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

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

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

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

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