Html Css Color HEX #C2C51F Rio Grande

📋 copy color: '#C2C51F'

red 194 ◦ green 197 ◦ blue 31

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

Shades of Rio Grande #C2C51F

Tints of Rio Grande #C2C51F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

 BLUE value IS 31 (12.5% from 255) = 7.35%

R = 45.97%
G = 46.68%
B = 7.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C2C51F (or 0xC2C51F) is known color: Rio Grande. HEX triplet: C2, C5 and 1F. RGB value is (194,197,31). Sum of RGB (Red+Green+Blue) = 194+197+31=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C51F is #3D3AE0. Grayscale: #B1B1B1. Windows color (decimal): -4012769 or 2082242. OLE color: 2082242.

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

Color convert

RGB 194 197 31 -
CMYK 0.02 0 0.84 0.23
HSL 61.08º 0.73% 0.45% -
HSV(B) 61.08º 0.84% 0.77% -
XYZ 42.46 51.5 9 -
YUV 177.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 194 197 31 0.02 0 0.84 0.23 61.08 0.73 0.45
Hex C2 C5 1F 2 0 54 17 3D 49 2D
Octal 302 305 37 2 0 124 27 75 111 55
Binary 11000010 11000101 11111 10 0 1010100 10111 111101 1001001 101101

Color Harmonies of #C2C51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C51F

Black with #C2C51F

Text Example


Text Example

White with #C2C51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C51F; }

 p { color: rgb(194,197,31); }

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

background-color css

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

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

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

border-color css

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

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

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