#C4D217

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

Shades of Rio Grande #C4D217

Tints of Rio Grande #C4D217

Color information

#C4D217 (or 0xC4D217) is unknown color: approx Rio Grande. HEX triplet: C4, D2 and 17. RGB value is (196,210,23). Sum of RGB (Red+Green+Blue) = 196+210+23=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D217 is #3B2DE8. Grayscale: #B9B9B9. Windows color (decimal): -3878377 or 1561284. OLE color: 1561284.

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

Color convert

RGB19621023-
CMYK0.0700.890.18
HSL64.49º80.26%45.69%-
HSV(B)64.49º89.05%82.35%-
XYZ45.9757.899.56-
YUV184.536.86136.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 210 (82.42% from 255) = 48.95%
BLUE value IS 23 (9.38% from 255) = 5.36%
R=45.69%
G=48.95%
B=5.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196210230.0700.890.1864.4980.2645.69
HexC4D21770591240502e
Octal30432227701312210012056
Binary110001001101001010111111010110011001010000001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D217; }

 p { color: rgb(196,210,23); }

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

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

 a { background-color: rgb(196,210,23); }

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

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

 span { border-color: rgb(196,210,23); }

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