Html Css Color HEX #BABB13 La Rioja

📋 copy color: '#BABB13'

red 186 ◦ green 187 ◦ blue 19

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

Shades of La Rioja #BABB13

Tints of La Rioja #BABB13

RGB

 RED value IS 186 (73.05% from 255) = 47.45%

 GREEN value IS 187 (73.44% from 255) = 47.7%

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

R = 47.45%
G = 47.7%
B = 4.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BABB13 (or 0xBABB13) is known color: La Rioja. HEX triplet: BA, BB and 13. RGB value is (186,187,19). Sum of RGB (Red+Green+Blue) = 186+187+19=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB13 is #4544EC. Grayscale: #A8A8A8. Windows color (decimal): -4539629 or 1293242. OLE color: 1293242.

HSL color Cylindrical-coordinate representation of color #BABB13: hue angle of 60.36º degrees, saturation: 0.82, 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 #BABB13 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 19 -
CMYK 0.01 0 0.90 0.27
HSL 60.36º 0.82% 0.4% -
HSV(B) 60.36º 0.9% 0.73% -
XYZ 38.14 46.03 7.49 -
YUV 167.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 186 187 19 0.01 0 0.90 0.27 60.36 0.82 0.4
Hex BA BB 13 1 0 5A 1B 3C 52 28
Octal 272 273 23 1 0 132 33 74 122 50
Binary 10111010 10111011 10011 1 0 1011010 11011 111100 1010010 101000

Color Harmonies of #BABB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB13

Black with #BABB13

Text Example


Text Example

White with #BABB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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