Html Css Color HEX #C4BA0B La Rioja

📋 copy color: '#C4BA0B'

red 196 ◦ green 186 ◦ blue 11

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

Shades of La Rioja #C4BA0B

Tints of La Rioja #C4BA0B

RGB

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

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

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

R = 49.87%
G = 47.33%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4BA0B (or 0xC4BA0B) is known color: La Rioja. HEX triplet: C4, BA and 0B. RGB value is (196,186,11). Sum of RGB (Red+Green+Blue) = 196+186+11=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA0B is #3B45F4. Grayscale: #A9A9A9. Windows color (decimal): -3884533 or 768708. OLE color: 768708.

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

Color convert

RGB 196 186 11 -
CMYK 0 0.05 0.94 0.23
HSL 56.76º 0.89% 0.41% -
HSV(B) 56.76º 0.94% 0.77% -
XYZ 40.38 46.88 7.24 -
YUV 169.04 38.81 147.23 -
System Red Green Blue C M Y K H S L
Decimal 196 186 11 0 0.05 0.94 0.23 56.76 0.89 0.41
Hex C4 BA B 0 5 5E 17 39 59 29
Octal 304 272 13 0 5 136 27 71 131 51
Binary 11000100 10111010 1011 0 101 1011110 10111 111001 1011001 101001

Color Harmonies of #C4BA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA0B

Black with #C4BA0B

Text Example


Text Example

White with #C4BA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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