Html Css Color HEX #C0C32A Rio Grande

📋 copy color: '#C0C32A'

red 192 ◦ green 195 ◦ blue 42

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

Shades of Rio Grande #C0C32A

Tints of Rio Grande #C0C32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 44.76%
G = 45.45%
B = 9.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C0C32A (or 0xC0C32A) is known color: Rio Grande. HEX triplet: C0, C3 and 2A. RGB value is (192,195,42). Sum of RGB (Red+Green+Blue) = 192+195+42=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 42 (16.80% from 255 or 9.79% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C32A is #3F3CD5. Grayscale: #B1B1B1. Windows color (decimal): -4144342 or 2802624. OLE color: 2802624.

HSL color Cylindrical-coordinate representation of color #C0C32A: hue angle of 61.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0C32A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 42 -
CMYK 0.02 0 0.78 0.24
HSL 61.18º 0.65% 0.46% -
HSV(B) 61.18º 0.78% 0.76% -
XYZ 41.67 50.4 9.72 -
YUV 176.66 52.01 138.94 -
System Red Green Blue C M Y K H S L
Decimal 192 195 42 0.02 0 0.78 0.24 61.18 0.65 0.46
Hex C0 C3 2A 2 0 4E 18 3D 41 2E
Octal 300 303 52 2 0 116 30 75 101 56
Binary 11000000 11000011 101010 10 0 1001110 11000 111101 1000001 101110

Color Harmonies of #C0C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C32A

Black with #C0C32A

Text Example


Text Example

White with #C0C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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