Html Css Color HEX #C5AB00 La Rioja

📋 copy color: '#C5AB00'

red 197 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #C5AB00

Tints of La Rioja #C5AB00

RGB

 RED value IS 197 (77.34% from 255) = 53.53%

 GREEN value IS 171 (67.19% from 255) = 46.47%

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

R = 53.53%
G = 46.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5AB00 (or 0xC5AB00) is known color: La Rioja. HEX triplet: C5, AB and 00. RGB value is (197,171,0). Sum of RGB (Red+Green+Blue) = 197+171+0=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AB00 is #3A54FF. Grayscale: #9F9F9F. Windows color (decimal): -3822848 or 43973. OLE color: 43973.

HSL color Cylindrical-coordinate representation of color #C5AB00: hue angle of 52.08º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5AB00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 0 -
CMYK 0 0.13 1 0.23
HSL 52.08º 1% 0.39% -
HSV(B) 52.08º 1% 0.77% -
XYZ 37.59 41 5.93 -
YUV 159.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 197 171 0 0 0.13 1 0.23 52.08 1 0.39
Hex C5 AB 0 0 D 64 17 34 64 27
Octal 305 253 0 0 15 144 27 64 144 47
Binary 11000101 10101011 0 0 1101 1100100 10111 110100 1100100 100111

Color Harmonies of #C5AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB00

Black with #C5AB00

Text Example


Text Example

White with #C5AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB00; }

 p { color: rgb(197,171,0); }

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

background-color css

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

 a { background-color: rgb(197,171,0); }

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

border-color css

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

 span { border-color: rgb(197,171,0); }

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