Html Css Color HEX #C2C421 Rio Grande

📋 copy color: '#C2C421'

red 194 ◦ green 196 ◦ blue 33

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

Shades of Rio Grande #C2C421

Tints of Rio Grande #C2C421

RGB

 RED value IS 194 (76.17% from 255) = 45.86%

 GREEN value IS 196 (76.95% from 255) = 46.34%

 BLUE value IS 33 (13.28% from 255) = 7.8%

R = 45.86%
G = 46.34%
B = 7.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C2C421 (or 0xC2C421) is known color: Rio Grande. HEX triplet: C2, C4 and 21. RGB value is (194,196,33). Sum of RGB (Red+Green+Blue) = 194+196+33=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C421 is #3D3BDE. Grayscale: #B1B1B1. Windows color (decimal): -4013023 or 2213058. OLE color: 2213058.

HSL color Cylindrical-coordinate representation of color #C2C421: hue angle of 60.74º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2C421 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 33 -
CMYK 0.01 0 0.83 0.23
HSL 60.74º 0.71% 0.45% -
HSV(B) 60.74º 0.83% 0.77% -
XYZ 42.26 51.06 9.07 -
YUV 176.82 46.84 140.25 -
System Red Green Blue C M Y K H S L
Decimal 194 196 33 0.01 0 0.83 0.23 60.74 0.71 0.45
Hex C2 C4 21 1 0 53 17 3D 47 2D
Octal 302 304 41 1 0 123 27 75 107 55
Binary 11000010 11000100 100001 1 0 1010011 10111 111101 1000111 101101

Color Harmonies of #C2C421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C421

Black with #C2C421

Text Example


Text Example

White with #C2C421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C421; }

 p { color: rgb(194,196,33); }

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

background-color css

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

 a { background-color: rgb(194,196,33); }

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

border-color css

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

 span { border-color: rgb(194,196,33); }

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