Html Css Color HEX #BAB908 La Rioja

📋 copy color: '#BAB908'

red 186 ◦ green 185 ◦ blue 8

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

Shades of La Rioja #BAB908

Tints of La Rioja #BAB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 49.08%
G = 48.81%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB908 (or 0xBAB908) is known color: La Rioja. HEX triplet: BA, B9 and 08. RGB value is (186,185,8). Sum of RGB (Red+Green+Blue) = 186+185+8=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB908 is #4546F7. Grayscale: #A5A5A5. Windows color (decimal): -4540152 or 571834. OLE color: 571834.

HSL color Cylindrical-coordinate representation of color #BAB908: hue angle of 59.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAB908 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 8 -
CMYK 0 0.01 0.96 0.27
HSL 59.66º 0.92% 0.38% -
HSV(B) 59.66º 0.96% 0.73% -
XYZ 37.64 45.15 6.96 -
YUV 165.12 39.33 142.89 -
System Red Green Blue C M Y K H S L
Decimal 186 185 8 0 0.01 0.96 0.27 59.66 0.92 0.38
Hex BA B9 8 0 1 60 1B 3C 5C 26
Octal 272 271 10 0 1 140 33 74 134 46
Binary 10111010 10111001 1000 0 1 1100000 11011 111100 1011100 100110

Color Harmonies of #BAB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB908

Black with #BAB908

Text Example


Text Example

White with #BAB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB908; }

 p { color: rgb(186,185,8); }

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

background-color css

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

 a { background-color: rgb(186,185,8); }

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

border-color css

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

 span { border-color: rgb(186,185,8); }

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