Html Css Color HEX #C0C41F Rio Grande

📋 copy color: '#C0C41F'

red 192 ◦ green 196 ◦ blue 31

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

Shades of Rio Grande #C0C41F

Tints of Rio Grande #C0C41F

RGB

 RED value IS 192 (75.39% from 255) = 45.82%

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

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

R = 45.82%
G = 46.78%
B = 7.4%

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

#C0C41F (or 0xC0C41F) is known color: Rio Grande. HEX triplet: C0, C4 and 1F. RGB value is (192,196,31). Sum of RGB (Red+Green+Blue) = 192+196+31=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C41F is #3F3BE0. Grayscale: #B0B0B0. Windows color (decimal): -4144097 or 2081984. OLE color: 2081984.

HSL color Cylindrical-coordinate representation of color #C0C41F: hue angle of 61.45º 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 #C0C41F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 196 31 -
CMYK 0.02 0 0.84 0.23
HSL 61.45º 0.73% 0.45% -
HSV(B) 61.45º 0.84% 0.77% -
XYZ 41.73 50.79 8.9 -
YUV 175.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 192 196 31 0.02 0 0.84 0.23 61.45 0.73 0.45
Hex C0 C4 1F 2 0 54 17 3D 49 2D
Octal 300 304 37 2 0 124 27 75 111 55
Binary 11000000 11000100 11111 10 0 1010100 10111 111101 1001001 101101

Color Harmonies of #C0C41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C41F

Black with #C0C41F

Text Example


Text Example

White with #C0C41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C41F; }

 p { color: rgb(192,196,31); }

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

background-color css

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

 a { background-color: rgb(192,196,31); }

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

border-color css

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

 span { border-color: rgb(192,196,31); }

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