Html Css Color HEX #BAB80D La Rioja

📋 copy color: '#BAB80D'

red 186 ◦ green 184 ◦ blue 13

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

Shades of La Rioja #BAB80D

Tints of La Rioja #BAB80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

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

R = 48.56%
G = 48.04%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAB80D (or 0xBAB80D) is known color: La Rioja. HEX triplet: BA, B8 and 0D. RGB value is (186,184,13). Sum of RGB (Red+Green+Blue) = 186+184+13=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB80D is #4547F2. Grayscale: #A5A5A5. Windows color (decimal): -4540403 or 899258. OLE color: 899258.

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

Color convert

RGB 186 184 13 -
CMYK 0 0.01 0.93 0.27
HSL 59.31º 0.87% 0.39% -
HSV(B) 59.31º 0.93% 0.73% -
XYZ 37.46 44.75 7.04 -
YUV 165.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 186 184 13 0 0.01 0.93 0.27 59.31 0.87 0.39
Hex BA B8 D 0 1 5D 1B 3B 57 27
Octal 272 270 15 0 1 135 33 73 127 47
Binary 10111010 10111000 1101 0 1 1011101 11011 111011 1010111 100111

Color Harmonies of #BAB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB80D

Black with #BAB80D

Text Example


Text Example

White with #BAB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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