Html Css Color HEX #C5B80E La Rioja

📋 copy color: '#C5B80E'

red 197 ◦ green 184 ◦ blue 14

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

Shades of La Rioja #C5B80E

Tints of La Rioja #C5B80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 49.87%
G = 46.58%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B80E (or 0xC5B80E) is known color: La Rioja. HEX triplet: C5, B8 and 0E. RGB value is (197,184,14). Sum of RGB (Red+Green+Blue) = 197+184+14=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B80E is #3A47F1. Grayscale: #A9A9A9. Windows color (decimal): -3819506 or 964805. OLE color: 964805.

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

Color convert

RGB 197 184 14 -
CMYK 0 0.07 0.93 0.23
HSL 55.74º 0.87% 0.41% -
HSV(B) 55.74º 0.93% 0.77% -
XYZ 40.25 46.18 7.21 -
YUV 168.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 197 184 14 0 0.07 0.93 0.23 55.74 0.87 0.41
Hex C5 B8 E 0 7 5D 17 38 57 29
Octal 305 270 16 0 7 135 27 70 127 51
Binary 11000101 10111000 1110 0 111 1011101 10111 111000 1010111 101001

Color Harmonies of #C5B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B80E

Black with #C5B80E

Text Example


Text Example

White with #C5B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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