#C0C724

Color #C0C724 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C0C724

Tints of Rio Grande #C0C724

Color information

#C0C724 (or 0xC0C724) is unknown color: approx Rio Grande. HEX triplet: C0, C7 and 24. RGB value is (192,199,36). Sum of RGB (Red+Green+Blue) = 192+199+36=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C724 is #3F38DB. Grayscale: #B2B2B2. Windows color (decimal): -4143324 or 2410432. OLE color: 2410432.

HSL color Cylindrical-coordinate representation of color #C0C724: hue angle of 62.58º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0C724 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19219936-
CMYK0.0400.820.22
HSL62.58º69.36%46.08%-
HSV(B)62.58º81.91%78.04%-
XYZ42.4852.189.5-
YUV178.3247.68137.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 199 (78.12% from 255) = 46.60%
BLUE value IS 36 (14.45% from 255) = 8.43%
R=44.96%
G=46.60%
B=8.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192199360.0400.820.2262.5869.3646.08
HexC0C7244052163f452e
Octal3003074440122267710556
Binary110000001100011110010010001010010101101111111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C724; }

 p { color: rgb(192,199,36); }

 H1.HeaderClassName
 {
   color: #C0C724;
 }
 .AnyTagClassName
 {
   color: #C0C724;
 }
</style>
background-color css

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

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

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

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

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

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