Html Css Color HEX #C1AD00 La Rioja

📋 copy color: '#C1AD00'

red 193 ◦ green 173 ◦ blue 0

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

Shades of La Rioja #C1AD00

Tints of La Rioja #C1AD00

RGB

 RED value IS 193 (75.78% from 255) = 52.73%

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

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

R = 52.73%
G = 47.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1AD00 (or 0xC1AD00) is known color: La Rioja. HEX triplet: C1, AD and 00. RGB value is (193,173,0). Sum of RGB (Red+Green+Blue) = 193+173+0=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AD00 is #3E52FF. Grayscale: #9F9F9F. Windows color (decimal): -4084480 or 44481. OLE color: 44481.

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

Color convert

RGB 193 173 0 -
CMYK 0 0.10 1 0.24
HSL 53.78º 1% 0.38% -
HSV(B) 53.78º 1% 0.76% -
XYZ 36.94 41.22 6.01 -
YUV 159.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 193 173 0 0 0.10 1 0.24 53.78 1 0.38
Hex C1 AD 0 0 A 64 18 36 64 26
Octal 301 255 0 0 12 144 30 66 144 46
Binary 11000001 10101101 0 0 1010 1100100 11000 110110 1100100 100110

Color Harmonies of #C1AD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD00

Black with #C1AD00

Text Example


Text Example

White with #C1AD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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