#C3C81E

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

Shades of Rio Grande #C3C81E

Tints of Rio Grande #C3C81E

Color information

#C3C81E (or 0xC3C81E) is unknown color: approx Rio Grande. HEX triplet: C3, C8 and 1E. RGB value is (195,200,30). Sum of RGB (Red+Green+Blue) = 195+200+30=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C81E is #3C37E1. Grayscale: #B3B3B3. Windows color (decimal): -3946466 or 2017475. OLE color: 2017475.

HSL color Cylindrical-coordinate representation of color #C3C81E: hue angle of 61.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3C81E is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB19520030-
CMYK0.0200.850.22
HSL61.76º73.91%45.1%-
HSV(B)61.76º85%78.43%-
XYZ43.39539.17-
YUV179.1243.84139.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 200 (78.52% from 255) = 47.06%
BLUE value IS 30 (12.11% from 255) = 7.06%
R=45.88%
G=47.06%
B=7.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195200300.0200.850.2261.7673.9145.1
HexC3C81E2055163e4a2d
Octal3033103620125267611255
Binary1100001111001000111101001010101101101111101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C81E; }

 p { color: rgb(195,200,30); }

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

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

 a { background-color: rgb(195,200,30); }

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

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

 span { border-color: rgb(195,200,30); }

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