Html Css Color HEX #BABD11 La Rioja

📋 copy color: '#BABD11'

red 186 ◦ green 189 ◦ blue 17

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

Shades of La Rioja #BABD11

Tints of La Rioja #BABD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.21%

 BLUE value IS 17 (7.03% from 255) = 4.34%

R = 47.45%
G = 48.21%
B = 4.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BABD11 (or 0xBABD11) is known color: La Rioja. HEX triplet: BA, BD and 11. RGB value is (186,189,17). Sum of RGB (Red+Green+Blue) = 186+189+17=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD11 is #4542EE. Grayscale: #A9A9A9. Windows color (decimal): -4539119 or 1162682. OLE color: 1162682.

HSL color Cylindrical-coordinate representation of color #BABD11: hue angle of 61.05º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BABD11 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 17 -
CMYK 0.02 0 0.91 0.26
HSL 61.05º 0.83% 0.4% -
HSV(B) 61.05º 0.91% 0.74% -
XYZ 38.55 46.87 7.55 -
YUV 168.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 186 189 17 0.02 0 0.91 0.26 61.05 0.83 0.4
Hex BA BD 11 2 0 5B 1A 3D 53 28
Octal 272 275 21 2 0 133 32 75 123 50
Binary 10111010 10111101 10001 10 0 1011011 11010 111101 1010011 101000

Color Harmonies of #BABD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD11

Black with #BABD11

Text Example


Text Example

White with #BABD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD11; }

 p { color: rgb(186,189,17); }

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

background-color css

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

 a { background-color: rgb(186,189,17); }

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

border-color css

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

 span { border-color: rgb(186,189,17); }

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