Html Css Color HEX #C2C21E Rio Grande

📋 copy color: '#C2C21E'

red 194 ◦ green 194 ◦ blue 30

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

Shades of Rio Grande #C2C21E

Tints of Rio Grande #C2C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 46.41%
G = 46.41%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2C21E (or 0xC2C21E) is known color: Rio Grande. HEX triplet: C2, C2 and 1E. RGB value is (194,194,30). Sum of RGB (Red+Green+Blue) = 194+194+30=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C21E is #3D3DE1. Grayscale: #AFAFAF. Windows color (decimal): -4013538 or 2015938. OLE color: 2015938.

HSL color Cylindrical-coordinate representation of color #C2C21E: hue angle of 60º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2C21E is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 30 -
CMYK 0 0 0.85 0.24
HSL 60º 0.73% 0.44% -
HSV(B) 60º 0.85% 0.76% -
XYZ 41.77 50.15 8.71 -
YUV 175.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 194 194 30 0 0 0.85 0.24 60 0.73 0.44
Hex C2 C2 1E 0 0 55 18 3C 49 2C
Octal 302 302 36 0 0 125 30 74 111 54
Binary 11000010 11000010 11110 0 0 1010101 11000 111100 1001001 101100

Color Harmonies of #C2C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C21E

Black with #C2C21E

Text Example


Text Example

White with #C2C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C21E; }

 p { color: rgb(194,194,30); }

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

background-color css

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

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

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

border-color css

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

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

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