Html Css Color HEX #C5C300 La Rioja

📋 copy color: '#C5C300'

red 197 ◦ green 195 ◦ blue 0

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

Shades of La Rioja #C5C300

Tints of La Rioja #C5C300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.74%

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

R = 50.26%
G = 49.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5C300 (or 0xC5C300) is known color: La Rioja. HEX triplet: C5, C3 and 00. RGB value is (197,195,0). Sum of RGB (Red+Green+Blue) = 197+195+0=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C300 is #3A3CFF. Grayscale: #AEAEAE. Windows color (decimal): -3816704 or 50117. OLE color: 50117.

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

Color convert

RGB 197 195 0 -
CMYK 0 0.01 1 0.23
HSL 59.39º 1% 0.39% -
HSV(B) 59.39º 1% 0.77% -
XYZ 42.54 50.9 7.58 -
YUV 173.37 30.16 144.86 -
System Red Green Blue C M Y K H S L
Decimal 197 195 0 0 0.01 1 0.23 59.39 1 0.39
Hex C5 C3 0 0 1 64 17 3B 64 27
Octal 305 303 0 0 1 144 27 73 144 47
Binary 11000101 11000011 0 0 1 1100100 10111 111011 1100100 100111

Color Harmonies of #C5C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C300

Black with #C5C300

Text Example


Text Example

White with #C5C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C300; }

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

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

background-color css

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

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

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

border-color css

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

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

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