Html Css Color HEX #C5B300 La Rioja

📋 copy color: '#C5B300'

red 197 ◦ green 179 ◦ blue 0

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

Shades of La Rioja #C5B300

Tints of La Rioja #C5B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

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

R = 52.39%
G = 47.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5B300 (or 0xC5B300) is known color: La Rioja. HEX triplet: C5, B3 and 00. RGB value is (197,179,0). Sum of RGB (Red+Green+Blue) = 197+179+0=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B300 is #3A4CFF. Grayscale: #A4A4A4. Windows color (decimal): -3820800 or 46021. OLE color: 46021.

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

Color convert

RGB 197 179 0 -
CMYK 0 0.09 1 0.23
HSL 54.52º 1% 0.39% -
HSV(B) 54.52º 1% 0.77% -
XYZ 39.15 44.11 6.45 -
YUV 163.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 197 179 0 0 0.09 1 0.23 54.52 1 0.39
Hex C5 B3 0 0 9 64 17 37 64 27
Octal 305 263 0 0 11 144 27 67 144 47
Binary 11000101 10110011 0 0 1001 1100100 10111 110111 1100100 100111

Color Harmonies of #C5B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B300

Black with #C5B300

Text Example


Text Example

White with #C5B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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