#C1D017

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

Shades of Rio Grande #C1D017

Tints of Rio Grande #C1D017

Color information

#C1D017 (or 0xC1D017) is unknown color: approx Rio Grande. HEX triplet: C1, D0 and 17. RGB value is (193,208,23). Sum of RGB (Red+Green+Blue) = 193+208+23=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D017 is #3E2FE8. Grayscale: #B7B7B7. Windows color (decimal): -4075497 or 1560769. OLE color: 1560769.

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

Color convert

RGB19320823-
CMYK0.0700.890.18
HSL64.86º80.09%45.29%-
HSV(B)64.86º88.94%81.57%-
XYZ44.756.519.36-
YUV182.4238.03135.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 23 (9.38% from 255) = 5.42%
R=45.52%
G=49.06%
B=5.42%

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
Decimal193208230.0700.890.1864.8680.0945.29
HexC1D01770591241502d
Octal30132027701312210112055
Binary110000011101000010111111010110011001010000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D017; }

 p { color: rgb(193,208,23); }

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

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

 a { background-color: rgb(193,208,23); }

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

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

 span { border-color: rgb(193,208,23); }

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