Html Css Color HEX #C2C625 Rio Grande

📋 copy color: '#C2C625'

red 194 ◦ green 198 ◦ blue 37

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

Shades of Rio Grande #C2C625

Tints of Rio Grande #C2C625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.62%

R = 45.22%
G = 46.15%
B = 8.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C2C625 (or 0xC2C625) is known color: Rio Grande. HEX triplet: C2, C6 and 25. RGB value is (194,198,37). Sum of RGB (Red+Green+Blue) = 194+198+37=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C625 is #3D39DA. Grayscale: #B3B3B3. Windows color (decimal): -4012507 or 2475714. OLE color: 2475714.

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

Color convert

RGB 194 198 37 -
CMYK 0.02 0 0.81 0.22
HSL 61.49º 0.69% 0.46% -
HSV(B) 61.49º 0.81% 0.78% -
XYZ 42.78 51.99 9.53 -
YUV 178.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 194 198 37 0.02 0 0.81 0.22 61.49 0.69 0.46
Hex C2 C6 25 2 0 51 16 3D 45 2E
Octal 302 306 45 2 0 121 26 75 105 56
Binary 11000010 11000110 100101 10 0 1010001 10110 111101 1000101 101110

Color Harmonies of #C2C625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C625

Black with #C2C625

Text Example


Text Example

White with #C2C625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C625; }

 p { color: rgb(194,198,37); }

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

background-color css

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

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

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

border-color css

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

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

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