Html Css Color HEX #C5BA0B La Rioja

📋 copy color: '#C5BA0B'

red 197 ◦ green 186 ◦ blue 11

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

Shades of La Rioja #C5BA0B

Tints of La Rioja #C5BA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.79%

R = 50%
G = 47.21%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5BA0B (or 0xC5BA0B) is known color: La Rioja. HEX triplet: C5, BA and 0B. RGB value is (197,186,11). Sum of RGB (Red+Green+Blue) = 197+186+11=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA0B is #3A45F4. Grayscale: #AAAAAA. Windows color (decimal): -3818997 or 768709. OLE color: 768709.

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

Color convert

RGB 197 186 11 -
CMYK 0 0.06 0.94 0.23
HSL 56.45º 0.89% 0.41% -
HSV(B) 56.45º 0.94% 0.77% -
XYZ 40.65 47.01 7.25 -
YUV 169.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 197 186 11 0 0.06 0.94 0.23 56.45 0.89 0.41
Hex C5 BA B 0 6 5E 17 38 59 29
Octal 305 272 13 0 6 136 27 70 131 51
Binary 11000101 10111010 1011 0 110 1011110 10111 111000 1011001 101001

Color Harmonies of #C5BA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA0B

Black with #C5BA0B

Text Example


Text Example

White with #C5BA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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