Html Css Color HEX #C4BA0E La Rioja

📋 copy color: '#C4BA0E'

red 196 ◦ green 186 ◦ blue 14

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

Shades of La Rioja #C4BA0E

Tints of La Rioja #C4BA0E

RGB

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

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

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

R = 49.49%
G = 46.97%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4BA0E (or 0xC4BA0E) is known color: La Rioja. HEX triplet: C4, BA and 0E. RGB value is (196,186,14). Sum of RGB (Red+Green+Blue) = 196+186+14=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA0E is #3B45F1. Grayscale: #AAAAAA. Windows color (decimal): -3884530 or 965316. OLE color: 965316.

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

Color convert

RGB 196 186 14 -
CMYK 0 0.05 0.93 0.23
HSL 56.7º 0.87% 0.41% -
HSV(B) 56.7º 0.93% 0.77% -
XYZ 40.4 46.89 7.34 -
YUV 169.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 196 186 14 0 0.05 0.93 0.23 56.7 0.87 0.41
Hex C4 BA E 0 5 5D 17 39 57 29
Octal 304 272 16 0 5 135 27 71 127 51
Binary 11000100 10111010 1110 0 101 1011101 10111 111001 1010111 101001

Color Harmonies of #C4BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA0E

Black with #C4BA0E

Text Example


Text Example

White with #C4BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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