#C3D015

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

Shades of Rio Grande #C3D015

Tints of Rio Grande #C3D015

Color information

#C3D015 (or 0xC3D015) is unknown color: approx Rio Grande. HEX triplet: C3, D0 and 15. RGB value is (195,208,21). Sum of RGB (Red+Green+Blue) = 195+208+21=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D015 is #3C2FEA. Grayscale: #B7B7B7. Windows color (decimal): -3944427 or 1429699. OLE color: 1429699.

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

Color convert

RGB19520821-
CMYK0.0600.900.18
HSL64.17º81.66%44.9%-
HSV(B)64.17º89.9%81.57%-
XYZ45.256.779.28-
YUV182.836.69136.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 208 (81.64% from 255) = 49.06%
BLUE value IS 21 (8.59% from 255) = 4.95%
R=45.99%
G=49.06%
B=4.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195208210.0600.900.1864.1781.6644.9
HexC3D015605A1240522d
Octal30332025601322210012255
Binary110000111101000010101110010110101001010000001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D015; }

 p { color: rgb(195,208,21); }

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

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

 a { background-color: rgb(195,208,21); }

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

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

 span { border-color: rgb(195,208,21); }

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