#C3D01A

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

Shades of Rio Grande #C3D01A

Tints of Rio Grande #C3D01A

Color information

#C3D01A (or 0xC3D01A) is unknown color: approx Rio Grande. HEX triplet: C3, D0 and 1A. RGB value is (195,208,26). Sum of RGB (Red+Green+Blue) = 195+208+26=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D01A is #3C2FE5. Grayscale: #B8B8B8. Windows color (decimal): -3944422 or 1757379. OLE color: 1757379.

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

Color convert

RGB19520826-
CMYK0.0600.880.18
HSL64.29º77.78%45.88%-
HSV(B)64.29º87.5%81.57%-
XYZ45.2556.799.55-
YUV183.3639.19136.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 26 (10.55% from 255) = 6.06%
R=45.45%
G=48.48%
B=6.06%

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
Decimal195208260.0600.880.1864.2977.7845.88
HexC3D01A605812404e2e
Octal30332032601302210011656
Binary110000111101000011010110010110001001010000001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D01A; }

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

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

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

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

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

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

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

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