Html Css Color HEX #C0C41E Rio Grande

📋 copy color: '#C0C41E'

red 192 ◦ green 196 ◦ blue 30

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

Shades of Rio Grande #C0C41E

Tints of Rio Grande #C0C41E

RGB

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

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

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

R = 45.93%
G = 46.89%
B = 7.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C0C41E (or 0xC0C41E) is known color: Rio Grande. HEX triplet: C0, C4 and 1E. RGB value is (192,196,30). Sum of RGB (Red+Green+Blue) = 192+196+30=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C41E is #3F3BE1. Grayscale: #B0B0B0. Windows color (decimal): -4144098 or 2016448. OLE color: 2016448.

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

Color convert

RGB 192 196 30 -
CMYK 0.02 0 0.85 0.23
HSL 61.45º 0.73% 0.44% -
HSV(B) 61.45º 0.85% 0.77% -
XYZ 41.71 50.78 8.83 -
YUV 175.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 192 196 30 0.02 0 0.85 0.23 61.45 0.73 0.44
Hex C0 C4 1E 2 0 55 17 3D 49 2C
Octal 300 304 36 2 0 125 27 75 111 54
Binary 11000000 11000100 11110 10 0 1010101 10111 111101 1001001 101100

Color Harmonies of #C0C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C41E

Black with #C0C41E

Text Example


Text Example

White with #C0C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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