Html Css Color HEX #C5BA0E La Rioja

📋 copy color: '#C5BA0E'

red 197 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #C5BA0E

Tints of La Rioja #C5BA0E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

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

R = 49.62%
G = 46.85%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5BA0E (or 0xC5BA0E) is known color: La Rioja. HEX triplet: C5, BA and 0E. RGB value is (197,186,14). Sum of RGB (Red+Green+Blue) = 197+186+14=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA0E is #3A45F1. Grayscale: #AAAAAA. Windows color (decimal): -3818994 or 965317. OLE color: 965317.

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

Color convert

RGB 197 186 14 -
CMYK 0 0.06 0.93 0.23
HSL 56.39º 0.87% 0.41% -
HSV(B) 56.39º 0.93% 0.77% -
XYZ 40.66 47.02 7.35 -
YUV 169.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 197 186 14 0 0.06 0.93 0.23 56.39 0.87 0.41
Hex C5 BA E 0 6 5D 17 38 57 29
Octal 305 272 16 0 6 135 27 70 127 51
Binary 11000101 10111010 1110 0 110 1011101 10111 111000 1010111 101001

Color Harmonies of #C5BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA0E

Black with #C5BA0E

Text Example


Text Example

White with #C5BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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