Html Css Color HEX #C4BA10 La Rioja

📋 copy color: '#C4BA10'

red 196 ◦ green 186 ◦ blue 16

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

Shades of La Rioja #C4BA10

Tints of La Rioja #C4BA10

RGB

 RED value IS 196 (76.95% from 255) = 49.25%

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

 BLUE value IS 16 (6.64% from 255) = 4.02%

R = 49.25%
G = 46.73%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4BA10 (or 0xC4BA10) is known color: La Rioja. HEX triplet: C4, BA and 10. RGB value is (196,186,16). Sum of RGB (Red+Green+Blue) = 196+186+16=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA10 is #3B45EF. Grayscale: #AAAAAA. Windows color (decimal): -3884528 or 1096388. OLE color: 1096388.

HSL color Cylindrical-coordinate representation of color #C4BA10: hue angle of 56.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4BA10 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 16 -
CMYK 0 0.05 0.92 0.23
HSL 56.67º 0.85% 0.42% -
HSV(B) 56.67º 0.92% 0.77% -
XYZ 40.42 46.89 7.41 -
YUV 169.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 196 186 16 0 0.05 0.92 0.23 56.67 0.85 0.42
Hex C4 BA 10 0 5 5C 17 39 55 2A
Octal 304 272 20 0 5 134 27 71 125 52
Binary 11000100 10111010 10000 0 101 1011100 10111 111001 1010101 101010

Color Harmonies of #C4BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA10

Black with #C4BA10

Text Example


Text Example

White with #C4BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA10; }

 p { color: rgb(196,186,16); }

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

background-color css

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

 a { background-color: rgb(196,186,16); }

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

border-color css

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

 span { border-color: rgb(196,186,16); }

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