Html Css Color HEX #C5B800 La Rioja

📋 copy color: '#C5B800'

red 197 ◦ green 184 ◦ blue 0

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

Shades of La Rioja #C5B800

Tints of La Rioja #C5B800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

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

R = 51.71%
G = 48.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C5B800 (or 0xC5B800) is known color: La Rioja. HEX triplet: C5, B8 and 00. RGB value is (197,184,0). Sum of RGB (Red+Green+Blue) = 197+184+0=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B800 is #3A47FF. Grayscale: #A7A7A7. Windows color (decimal): -3819520 or 47301. OLE color: 47301.

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

Color convert

RGB 197 184 0 -
CMYK 0 0.07 1 0.23
HSL 56.04º 1% 0.39% -
HSV(B) 56.04º 1% 0.77% -
XYZ 40.17 46.15 6.79 -
YUV 166.91 33.81 149.46 -
System Red Green Blue C M Y K H S L
Decimal 197 184 0 0 0.07 1 0.23 56.04 1 0.39
Hex C5 B8 0 0 7 64 17 38 64 27
Octal 305 270 0 0 7 144 27 70 144 47
Binary 11000101 10111000 0 0 111 1100100 10111 111000 1100100 100111

Color Harmonies of #C5B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B800

Black with #C5B800

Text Example


Text Example

White with #C5B800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B800; }

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

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

background-color css

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

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

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

border-color css

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

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

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