Html Css Color HEX #C4C61A Rio Grande

📋 copy color: '#C4C61A'

red 196 ◦ green 198 ◦ blue 26

#C4C61A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C4C61A

Tints of Rio Grande #C4C61A

RGB

 RED value IS 196 (76.95% from 255) = 46.67%

 GREEN value IS 198 (77.73% from 255) = 47.14%

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 46.67%
G = 47.14%
B = 6.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C4C61A (or 0xC4C61A) is known color: Rio Grande. HEX triplet: C4, C6 and 1A. RGB value is (196,198,26). Sum of RGB (Red+Green+Blue) = 196+198+26=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C61A is #3B39E5. Grayscale: #B2B2B2. Windows color (decimal): -3881446 or 1754820. OLE color: 1754820.

HSL color Cylindrical-coordinate representation of color #C4C61A: hue angle of 60.7º 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 #C4C61A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 198 26 -
CMYK 0.01 0 0.87 0.22
HSL 60.7º 0.77% 0.44% -
HSV(B) 60.7º 0.87% 0.78% -
XYZ 43.15 52.2 8.78 -
YUV 177.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 196 198 26 0.01 0 0.87 0.22 60.7 0.77 0.44
Hex C4 C6 1A 1 0 57 16 3D 4D 2C
Octal 304 306 32 1 0 127 26 75 115 54
Binary 11000100 11000110 11010 1 0 1010111 10110 111101 1001101 101100

Color Harmonies of #C4C61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C61A

Black with #C4C61A

Text Example


Text Example

White with #C4C61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C61A; }

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

 H1.HeaderClassName
 {
   color: #C4C61A;
 }
 .AnyTagClassName
 {
   color: #C4C61A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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