Html Css Color HEX #B3BA13 La Rioja

📋 copy color: '#B3BA13'

red 179 ◦ green 186 ◦ blue 19

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

Shades of La Rioja #B3BA13

Tints of La Rioja #B3BA13

RGB

 RED value IS 179 (70.31% from 255) = 46.61%

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

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 46.61%
G = 48.44%
B = 4.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B3BA13 (or 0xB3BA13) is known color: La Rioja. HEX triplet: B3, BA and 13. RGB value is (179,186,19). Sum of RGB (Red+Green+Blue) = 179+186+19=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA13 is #4C45EC. Grayscale: #A5A5A5. Windows color (decimal): -4998637 or 1292979. OLE color: 1292979.

HSL color Cylindrical-coordinate representation of color #B3BA13: hue angle of 62.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3BA13 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 19 -
CMYK 0.04 0 0.90 0.27
HSL 62.51º 0.81% 0.4% -
HSV(B) 62.51º 0.9% 0.73% -
XYZ 36.27 44.75 7.34 -
YUV 164.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 179 186 19 0.04 0 0.90 0.27 62.51 0.81 0.4
Hex B3 BA 13 4 0 5A 1B 3F 51 28
Octal 263 272 23 4 0 132 33 77 121 50
Binary 10110011 10111010 10011 100 0 1011010 11011 111111 1010001 101000

Color Harmonies of #B3BA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BA13

Black with #B3BA13

Text Example


Text Example

White with #B3BA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BA13; }

 p { color: rgb(179,186,19); }

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

background-color css

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

 a { background-color: rgb(179,186,19); }

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

border-color css

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

 span { border-color: rgb(179,186,19); }

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