Html Css Color HEX #C0C02A Rio Grande

📋 copy color: '#C0C02A'

red 192 ◦ green 192 ◦ blue 42

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

Shades of Rio Grande #C0C02A

Tints of Rio Grande #C0C02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 42 (16.8% from 255) = 9.86%

R = 45.07%
G = 45.07%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0C02A (or 0xC0C02A) is known color: Rio Grande. HEX triplet: C0, C0 and 2A. RGB value is (192,192,42). Sum of RGB (Red+Green+Blue) = 192+192+42=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C02A is #3F3FD5. Grayscale: #AFAFAF. Windows color (decimal): -4145110 or 2801856. OLE color: 2801856.

HSL color Cylindrical-coordinate representation of color #C0C02A: hue angle of 60º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0C02A is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 42 -
CMYK 0 0 0.78 0.25
HSL 60º 0.64% 0.46% -
HSV(B) 60º 0.78% 0.75% -
XYZ 41.01 49.07 9.5 -
YUV 174.9 53 140.2 -
System Red Green Blue C M Y K H S L
Decimal 192 192 42 0 0 0.78 0.25 60 0.64 0.46
Hex C0 C0 2A 0 0 4E 19 3C 40 2E
Octal 300 300 52 0 0 116 31 74 100 56
Binary 11000000 11000000 101010 0 0 1001110 11001 111100 1000000 101110

Color Harmonies of #C0C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C02A

Black with #C0C02A

Text Example


Text Example

White with #C0C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C02A; }

 p { color: rgb(192,192,42); }

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

background-color css

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

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

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

border-color css

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

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

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