Html Css Color HEX #BAB30B La Rioja

📋 copy color: '#BAB30B'

red 186 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #BAB30B

Tints of La Rioja #BAB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

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

R = 49.47%
G = 47.61%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BAB30B (or 0xBAB30B) is known color: La Rioja. HEX triplet: BA, B3 and 0B. RGB value is (186,179,11). Sum of RGB (Red+Green+Blue) = 186+179+11=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB30B is #454CF4. Grayscale: #A2A2A2. Windows color (decimal): -4541685 or 766906. OLE color: 766906.

HSL color Cylindrical-coordinate representation of color #BAB30B: hue angle of 57.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAB30B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 179 11 -
CMYK 0 0.04 0.94 0.27
HSL 57.6º 0.89% 0.39% -
HSV(B) 57.6º 0.94% 0.73% -
XYZ 36.43 42.7 6.64 -
YUV 161.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 186 179 11 0 0.04 0.94 0.27 57.6 0.89 0.39
Hex BA B3 B 0 4 5E 1B 3A 59 27
Octal 272 263 13 0 4 136 33 72 131 47
Binary 10111010 10110011 1011 0 100 1011110 11011 111010 1011001 100111

Color Harmonies of #BAB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB30B

Black with #BAB30B

Text Example


Text Example

White with #BAB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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