Html Css Color HEX #C0AD00 La Rioja

📋 copy color: '#C0AD00'

red 192 ◦ green 173 ◦ blue 0

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

Shades of La Rioja #C0AD00

Tints of La Rioja #C0AD00

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.4%

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

R = 52.6%
G = 47.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C0AD00 (or 0xC0AD00) is known color: La Rioja. HEX triplet: C0, AD and 00. RGB value is (192,173,0). Sum of RGB (Red+Green+Blue) = 192+173+0=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AD00 is #3F52FF. Grayscale: #9F9F9F. Windows color (decimal): -4150016 or 44480. OLE color: 44480.

HSL color Cylindrical-coordinate representation of color #C0AD00: hue angle of 54.06º 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 #C0AD00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 0 -
CMYK 0 0.10 1 0.25
HSL 54.06º 1% 0.38% -
HSV(B) 54.06º 1% 0.75% -
XYZ 36.68 41.09 6 -
YUV 158.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 192 173 0 0 0.10 1 0.25 54.06 1 0.38
Hex C0 AD 0 0 A 64 19 36 64 26
Octal 300 255 0 0 12 144 31 66 144 46
Binary 11000000 10101101 0 0 1010 1100100 11001 110110 1100100 100110

Color Harmonies of #C0AD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD00

Black with #C0AD00

Text Example


Text Example

White with #C0AD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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