#C4C71A

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

Shades of Rio Grande #C4C71A

Tints of Rio Grande #C4C71A

Color information

#C4C71A (or 0xC4C71A) is unknown color: approx Rio Grande. HEX triplet: C4, C7 and 1A. RGB value is (196,199,26). Sum of RGB (Red+Green+Blue) = 196+199+26=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C71A is #3B38E5. Grayscale: #B3B3B3. Windows color (decimal): -3881190 or 1755076. OLE color: 1755076.

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

Color convert

RGB19619926-
CMYK0.0200.870.22
HSL61.04º76.89%44.12%-
HSV(B)61.04º86.93%78.04%-
XYZ43.3752.668.86-
YUV178.3842.01140.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 199 (78.12% from 255) = 47.27%
BLUE value IS 26 (10.55% from 255) = 6.18%
R=46.56%
G=47.27%
B=6.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196199260.0200.870.2261.0476.8944.12
HexC4C71A2057163d4d2c
Octal3043073220127267511554
Binary1100010011000111110101001010111101101111011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C71A; }

 p { color: rgb(196,199,26); }

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

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

 a { background-color: rgb(196,199,26); }

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

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

 span { border-color: rgb(196,199,26); }

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