#C2D017

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

Shades of Rio Grande #C2D017

Tints of Rio Grande #C2D017

Color information

#C2D017 (or 0xC2D017) is unknown color: approx Rio Grande. HEX triplet: C2, D0 and 17. RGB value is (194,208,23). Sum of RGB (Red+Green+Blue) = 194+208+23=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D017 is #3D2FE8. Grayscale: #B7B7B7. Windows color (decimal): -4009961 or 1560770. OLE color: 1560770.

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

Color convert

RGB19420823-
CMYK0.0700.890.18
HSL64.54º80.09%45.29%-
HSV(B)64.54º88.94%81.57%-
XYZ44.9656.649.37-
YUV182.7237.86136.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 23 (9.38% from 255) = 5.41%
R=45.65%
G=48.94%
B=5.41%

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
Decimal194208230.0700.890.1864.5480.0945.29
HexC2D01770591241502d
Octal30232027701312210112055
Binary110000101101000010111111010110011001010000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D017; }

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

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

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

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

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

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

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

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