Html Css Color HEX #C0CD17 Rio Grande

📋 copy color: '#C0CD17'

red 192 ◦ green 205 ◦ blue 23

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

Shades of Rio Grande #C0CD17

Tints of Rio Grande #C0CD17

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.81%

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

R = 45.71%
G = 48.81%
B = 5.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#C0CD17 (or 0xC0CD17) is known color: Rio Grande. HEX triplet: C0, CD and 17. RGB value is (192,205,23). Sum of RGB (Red+Green+Blue) = 192+205+23=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CD17 is #3F32E8. Grayscale: #B5B5B5. Windows color (decimal): -4141801 or 1560000. OLE color: 1560000.

HSL color Cylindrical-coordinate representation of color #C0CD17: hue angle of 64.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0CD17 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 23 -
CMYK 0.06 0 0.89 0.20
HSL 64.29º 0.8% 0.45% -
HSV(B) 64.29º 0.89% 0.8% -
XYZ 43.72 54.93 9.11 -
YUV 180.37 39.19 136.3 -
System Red Green Blue C M Y K H S L
Decimal 192 205 23 0.06 0 0.89 0.20 64.29 0.8 0.45
Hex C0 CD 17 6 0 59 14 40 50 2D
Octal 300 315 27 6 0 131 24 100 120 55
Binary 11000000 11001101 10111 110 0 1011001 10100 1000000 1010000 101101

Color Harmonies of #C0CD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD17

Black with #C0CD17

Text Example


Text Example

White with #C0CD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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