Html Css Color HEX #C0C517 Rio Grande

📋 copy color: '#C0C517'

red 192 ◦ green 197 ◦ blue 23

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

Shades of Rio Grande #C0C517

Tints of Rio Grande #C0C517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.58%

R = 46.6%
G = 47.82%
B = 5.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C0C517 (or 0xC0C517) is known color: Rio Grande. HEX triplet: C0, C5 and 17. RGB value is (192,197,23). Sum of RGB (Red+Green+Blue) = 192+197+23=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C517 is #3F3AE8. Grayscale: #B0B0B0. Windows color (decimal): -4143849 or 1557952. OLE color: 1557952.

HSL color Cylindrical-coordinate representation of color #C0C517: hue angle of 61.72º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0C517 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 197 23 -
CMYK 0.03 0 0.88 0.23
HSL 61.72º 0.79% 0.43% -
HSV(B) 61.72º 0.88% 0.77% -
XYZ 41.86 51.2 8.49 -
YUV 175.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 192 197 23 0.03 0 0.88 0.23 61.72 0.79 0.43
Hex C0 C5 17 3 0 58 17 3E 4F 2B
Octal 300 305 27 3 0 130 27 76 117 53
Binary 11000000 11000101 10111 11 0 1011000 10111 111110 1001111 101011

Color Harmonies of #C0C517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C517

Black with #C0C517

Text Example


Text Example

White with #C0C517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C517; }

 p { color: rgb(192,197,23); }

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

background-color css

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

 a { background-color: rgb(192,197,23); }

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

border-color css

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

 span { border-color: rgb(192,197,23); }

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