#C5CC1F

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

Shades of Rio Grande #C5CC1F

Tints of Rio Grande #C5CC1F

Color information

#C5CC1F (or 0xC5CC1F) is unknown color: approx Rio Grande. HEX triplet: C5, CC and 1F. RGB value is (197,204,31). Sum of RGB (Red+Green+Blue) = 197+204+31=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC1F is #3A33E0. Grayscale: #B6B6B6. Windows color (decimal): -3814369 or 2084037. OLE color: 2084037.

HSL color Cylindrical-coordinate representation of color #C5CC1F: hue angle of 62.43º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5CC1F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB19720431-
CMYK0.0300.850.2
HSL62.43º73.62%46.08%-
HSV(B)62.43º84.8%80%-
XYZ44.8755.159.58-
YUV182.1842.68138.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 31 (12.5% from 255) = 7.18%
R=45.60%
G=47.22%
B=7.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197204310.0300.850.262.4373.6246.08
HexC5CC1F3055143e4a2e
Octal3053143730125247611256
Binary1100010111001100111111101010101101001111101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC1F; }

 p { color: rgb(197,204,31); }

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

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

 a { background-color: rgb(197,204,31); }

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

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

 span { border-color: rgb(197,204,31); }

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