Html Css Color HEX #B9BA1A La Rioja

📋 copy color: '#B9BA1A'

red 185 ◦ green 186 ◦ blue 26

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

Shades of La Rioja #B9BA1A

Tints of La Rioja #B9BA1A

RGB

 RED value IS 185 (72.66% from 255) = 46.6%

 GREEN value IS 186 (73.05% from 255) = 46.85%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 46.6%
G = 46.85%
B = 6.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9BA1A (or 0xB9BA1A) is known color: La Rioja. HEX triplet: B9, BA and 1A. RGB value is (185,186,26). Sum of RGB (Red+Green+Blue) = 185+186+26=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA1A is #4645E5. Grayscale: #A8A8A8. Windows color (decimal): -4605414 or 1751737. OLE color: 1751737.

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

Color convert

RGB 185 186 26 -
CMYK 0.01 0 0.86 0.27
HSL 60.38º 0.75% 0.42% -
HSV(B) 60.38º 0.86% 0.73% -
XYZ 37.75 45.51 7.77 -
YUV 167.46 48.17 140.51 -
System Red Green Blue C M Y K H S L
Decimal 185 186 26 0.01 0 0.86 0.27 60.38 0.75 0.42
Hex B9 BA 1A 1 0 56 1B 3C 4B 2A
Octal 271 272 32 1 0 126 33 74 113 52
Binary 10111001 10111010 11010 1 0 1010110 11011 111100 1001011 101010

Color Harmonies of #B9BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA1A

Black with #B9BA1A

Text Example


Text Example

White with #B9BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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