Html Css Color HEX #C0A900 La Rioja

📋 copy color: '#C0A900'

red 192 ◦ green 169 ◦ blue 0

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

Shades of La Rioja #C0A900

Tints of La Rioja #C0A900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.19%
G = 46.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0A900 (or 0xC0A900) is known color: La Rioja. HEX triplet: C0, A9 and 00. RGB value is (192,169,0). Sum of RGB (Red+Green+Blue) = 192+169+0=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A900 is #3F56FF. Grayscale: #9D9D9D. Windows color (decimal): -4151040 or 43456. OLE color: 43456.

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

Color convert

RGB 192 169 0 -
CMYK 0 0.12 1 0.25
HSL 52.81º 1% 0.38% -
HSV(B) 52.81º 1% 0.75% -
XYZ 35.93 39.58 5.75 -
YUV 156.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 192 169 0 0 0.12 1 0.25 52.81 1 0.38
Hex C0 A9 0 0 C 64 19 35 64 26
Octal 300 251 0 0 14 144 31 65 144 46
Binary 11000000 10101001 0 0 1100 1100100 11001 110101 1100100 100110

Color Harmonies of #C0A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A900

Black with #C0A900

Text Example


Text Example

White with #C0A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A900; }

 p { color: rgb(192,169,0); }

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

background-color css

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

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

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

border-color css

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

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

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