Html Css Color HEX #C4BA12 La Rioja

📋 copy color: '#C4BA12'

red 196 ◦ green 186 ◦ blue 18

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

Shades of La Rioja #C4BA12

Tints of La Rioja #C4BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.5%

R = 49%
G = 46.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4BA12 (or 0xC4BA12) is known color: La Rioja. HEX triplet: C4, BA and 12. RGB value is (196,186,18). Sum of RGB (Red+Green+Blue) = 196+186+18=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA12 is #3B45ED. Grayscale: #AAAAAA. Windows color (decimal): -3884526 or 1227460. OLE color: 1227460.

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

Color convert

RGB 196 186 18 -
CMYK 0 0.05 0.91 0.23
HSL 56.63º 0.83% 0.42% -
HSV(B) 56.63º 0.91% 0.77% -
XYZ 40.43 46.9 7.49 -
YUV 169.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 196 186 18 0 0.05 0.91 0.23 56.63 0.83 0.42
Hex C4 BA 12 0 5 5B 17 39 53 2A
Octal 304 272 22 0 5 133 27 71 123 52
Binary 11000100 10111010 10010 0 101 1011011 10111 111001 1010011 101010

Color Harmonies of #C4BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA12

Black with #C4BA12

Text Example


Text Example

White with #C4BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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