#C5D21A

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

Shades of Rio Grande #C5D21A

Tints of Rio Grande #C5D21A

Color information

#C5D21A (or 0xC5D21A) is unknown color: approx Rio Grande. HEX triplet: C5, D2 and 1A. RGB value is (197,210,26). Sum of RGB (Red+Green+Blue) = 197+210+26=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D21A is #3A2DE5. Grayscale: #B9B9B9. Windows color (decimal): -3812838 or 1757893. OLE color: 1757893.

HSL color Cylindrical-coordinate representation of color #C5D21A: hue angle of 64.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D21A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB19721026-
CMYK0.0600.880.18
HSL64.24º77.97%46.27%-
HSV(B)64.24º87.62%82.35%-
XYZ46.2658.049.74-
YUV185.1438.19136.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 210 (82.42% from 255) = 48.50%
BLUE value IS 26 (10.55% from 255) = 6.00%
R=45.50%
G=48.50%
B=6.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197210260.0600.880.1864.2477.9746.27
HexC5D21A605812404e2e
Octal30532232601302210011656
Binary110001011101001011010110010110001001010000001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D21A; }

 p { color: rgb(197,210,26); }

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

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

 a { background-color: rgb(197,210,26); }

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

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

 span { border-color: rgb(197,210,26); }

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