Html Css Color HEX #C5B400 La Rioja

📋 copy color: '#C5B400'

red 197 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #C5B400

Tints of La Rioja #C5B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

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

R = 52.25%
G = 47.75%
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

#C5B400 (or 0xC5B400) is known color: La Rioja. HEX triplet: C5, B4 and 00. RGB value is (197,180,0). Sum of RGB (Red+Green+Blue) = 197+180+0=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B400 is #3A4BFF. Grayscale: #A5A5A5. Windows color (decimal): -3820544 or 46277. OLE color: 46277.

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

Color convert

RGB 197 180 0 -
CMYK 0 0.09 1 0.23
HSL 54.82º 1% 0.39% -
HSV(B) 54.82º 1% 0.77% -
XYZ 39.35 44.51 6.52 -
YUV 164.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 197 180 0 0 0.09 1 0.23 54.82 1 0.39
Hex C5 B4 0 0 9 64 17 37 64 27
Octal 305 264 0 0 11 144 27 67 144 47
Binary 11000101 10110100 0 0 1001 1100100 10111 110111 1100100 100111

Color Harmonies of #C5B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B400

Black with #C5B400

Text Example


Text Example

White with #C5B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B400; }

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

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

background-color css

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

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

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

border-color css

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

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

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