Html Css Color HEX #BAB30D La Rioja

📋 copy color: '#BAB30D'

red 186 ◦ green 179 ◦ blue 13

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

Shades of La Rioja #BAB30D

Tints of La Rioja #BAB30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 49.21%
G = 47.35%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAB30D (or 0xBAB30D) is known color: La Rioja. HEX triplet: BA, B3 and 0D. RGB value is (186,179,13). Sum of RGB (Red+Green+Blue) = 186+179+13=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB30D is #454CF2. Grayscale: #A2A2A2. Windows color (decimal): -4541683 or 897978. OLE color: 897978.

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

Color convert

RGB 186 179 13 -
CMYK 0 0.04 0.93 0.27
HSL 57.57º 0.87% 0.39% -
HSV(B) 57.57º 0.93% 0.73% -
XYZ 36.44 42.71 6.7 -
YUV 162.17 43.82 145 -
System Red Green Blue C M Y K H S L
Decimal 186 179 13 0 0.04 0.93 0.27 57.57 0.87 0.39
Hex BA B3 D 0 4 5D 1B 3A 57 27
Octal 272 263 15 0 4 135 33 72 127 47
Binary 10111010 10110011 1101 0 100 1011101 11011 111010 1010111 100111

Color Harmonies of #BAB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB30D

Black with #BAB30D

Text Example


Text Example

White with #BAB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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