Html Css Color HEX #B9BA18 La Rioja

📋 copy color: '#B9BA18'

red 185 ◦ green 186 ◦ blue 24

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

Shades of La Rioja #B9BA18

Tints of La Rioja #B9BA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 46.84%
G = 47.09%
B = 6.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B9BA18 (or 0xB9BA18) is known color: La Rioja. HEX triplet: B9, BA and 18. RGB value is (185,186,24). Sum of RGB (Red+Green+Blue) = 185+186+24=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BA18 is #4645E7. Grayscale: #A7A7A7. Windows color (decimal): -4605416 or 1620665. OLE color: 1620665.

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

Color convert

RGB 185 186 24 -
CMYK 0.01 0 0.87 0.27
HSL 60.37º 0.77% 0.41% -
HSV(B) 60.37º 0.87% 0.73% -
XYZ 37.73 45.5 7.66 -
YUV 167.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 185 186 24 0.01 0 0.87 0.27 60.37 0.77 0.41
Hex B9 BA 18 1 0 57 1B 3C 4D 29
Octal 271 272 30 1 0 127 33 74 115 51
Binary 10111001 10111010 11000 1 0 1010111 11011 111100 1001101 101001

Color Harmonies of #B9BA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA18

Black with #B9BA18

Text Example


Text Example

White with #B9BA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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