Html Css Color HEX #C5C501 La Rioja

📋 copy color: '#C5C501'

red 197 ◦ green 197 ◦ blue 1

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

Shades of La Rioja #C5C501

Tints of La Rioja #C5C501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.87%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 49.87%
G = 49.87%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5C501 (or 0xC5C501) is known color: La Rioja. HEX triplet: C5, C5 and 01. RGB value is (197,197,1). Sum of RGB (Red+Green+Blue) = 197+197+1=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C501 is #3A3AFE. Grayscale: #AFAFAF. Windows color (decimal): -3816191 or 116165. OLE color: 116165.

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

Color convert

RGB 197 197 1 -
CMYK 0 0 0.99 0.23
HSL 60º 0.99% 0.39% -
HSV(B) 60º 0.99% 0.77% -
XYZ 43 51.81 7.76 -
YUV 174.66 30 143.94 -
System Red Green Blue C M Y K H S L
Decimal 197 197 1 0 0 0.99 0.23 60 0.99 0.39
Hex C5 C5 1 0 0 63 17 3C 63 27
Octal 305 305 1 0 0 143 27 74 143 47
Binary 11000101 11000101 1 0 0 1100011 10111 111100 1100011 100111

Color Harmonies of #C5C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C501

Black with #C5C501

Text Example


Text Example

White with #C5C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C501; }

 p { color: rgb(197,197,1); }

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

background-color css

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

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

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

border-color css

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

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

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