Html Css Color HEX #B9C110 La Rioja

📋 copy color: '#B9C110'

red 185 ◦ green 193 ◦ blue 16

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

Shades of La Rioja #B9C110

Tints of La Rioja #B9C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.98%

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 46.95%
G = 48.98%
B = 4.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B9C110 (or 0xB9C110) is known color: La Rioja. HEX triplet: B9, C1 and 10. RGB value is (185,193,16). Sum of RGB (Red+Green+Blue) = 185+193+16=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C110 is #463EEF. Grayscale: #ABABAB. Windows color (decimal): -4603632 or 1098169. OLE color: 1098169.

HSL color Cylindrical-coordinate representation of color #B9C110: hue angle of 62.71º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9C110 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 193 16 -
CMYK 0.04 0 0.92 0.24
HSL 62.71º 0.85% 0.41% -
HSV(B) 62.71º 0.92% 0.76% -
XYZ 39.17 48.49 7.79 -
YUV 170.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 185 193 16 0.04 0 0.92 0.24 62.71 0.85 0.41
Hex B9 C1 10 4 0 5C 18 3F 55 29
Octal 271 301 20 4 0 134 30 77 125 51
Binary 10111001 11000001 10000 100 0 1011100 11000 111111 1010101 101001

Color Harmonies of #B9C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C110

Black with #B9C110

Text Example


Text Example

White with #B9C110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C110; }

 p { color: rgb(185,193,16); }

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

background-color css

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

 a { background-color: rgb(185,193,16); }

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

border-color css

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

 span { border-color: rgb(185,193,16); }

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