Html Css Color HEX #C0C52A Rio Grande

📋 copy color: '#C0C52A'

red 192 ◦ green 197 ◦ blue 42

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

Shades of Rio Grande #C0C52A

Tints of Rio Grande #C0C52A

RGB

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

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

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

R = 44.55%
G = 45.71%
B = 9.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C0C52A (or 0xC0C52A) is known color: Rio Grande. HEX triplet: C0, C5 and 2A. RGB value is (192,197,42). Sum of RGB (Red+Green+Blue) = 192+197+42=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C52A is #3F3AD5. Grayscale: #B2B2B2. Windows color (decimal): -4143830 or 2803136. OLE color: 2803136.

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

Color convert

RGB 192 197 42 -
CMYK 0.03 0 0.79 0.23
HSL 61.94º 0.65% 0.47% -
HSV(B) 61.94º 0.79% 0.77% -
XYZ 42.12 51.31 9.87 -
YUV 177.84 51.34 138.1 -
System Red Green Blue C M Y K H S L
Decimal 192 197 42 0.03 0 0.79 0.23 61.94 0.65 0.47
Hex C0 C5 2A 3 0 4F 17 3E 41 2F
Octal 300 305 52 3 0 117 27 76 101 57
Binary 11000000 11000101 101010 11 0 1001111 10111 111110 1000001 101111

Color Harmonies of #C0C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C52A

Black with #C0C52A

Text Example


Text Example

White with #C0C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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