Html Css Color HEX #C0D020 Rio Grande

📋 copy color: '#C0D020'

red 192 ◦ green 208 ◦ blue 32

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

Shades of Rio Grande #C0D020

Tints of Rio Grande #C0D020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 44.44%
G = 48.15%
B = 7.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#C0D020 (or 0xC0D020) is known color: Rio Grande. HEX triplet: C0, D0 and 20. RGB value is (192,208,32). Sum of RGB (Red+Green+Blue) = 192+208+32=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D020 is #3F2FDF. Grayscale: #B7B7B7. Windows color (decimal): -4141024 or 2150592. OLE color: 2150592.

HSL color Cylindrical-coordinate representation of color #C0D020: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0D020 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 32 -
CMYK 0.08 0 0.85 0.18
HSL 65.45º 0.73% 0.47% -
HSV(B) 65.45º 0.85% 0.82% -
XYZ 44.55 56.42 9.91 -
YUV 183.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 192 208 32 0.08 0 0.85 0.18 65.45 0.73 0.47
Hex C0 D0 20 8 0 55 12 41 49 2F
Octal 300 320 40 10 0 125 22 101 111 57
Binary 11000000 11010000 100000 1000 0 1010101 10010 1000001 1001001 101111

Color Harmonies of #C0D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D020

Black with #C0D020

Text Example


Text Example

White with #C0D020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D020; }

 p { color: rgb(192,208,32); }

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

background-color css

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

 a { background-color: rgb(192,208,32); }

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

border-color css

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

 span { border-color: rgb(192,208,32); }

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