Html Css Color HEX #B9C511 La Rioja

📋 copy color: '#B9C511'

red 185 ◦ green 197 ◦ blue 17

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

Shades of La Rioja #B9C511

Tints of La Rioja #B9C511

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.37%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 46.37%
G = 49.37%
B = 4.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#B9C511 (or 0xB9C511) is known color: La Rioja. HEX triplet: B9, C5 and 11. RGB value is (185,197,17). Sum of RGB (Red+Green+Blue) = 185+197+17=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C511 is #463AEE. Grayscale: #ADADAD. Windows color (decimal): -4602607 or 1164729. OLE color: 1164729.

HSL color Cylindrical-coordinate representation of color #B9C511: hue angle of 64º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9C511 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 197 17 -
CMYK 0.06 0 0.91 0.23
HSL 64º 0.84% 0.42% -
HSV(B) 64º 0.91% 0.77% -
XYZ 40.08 50.29 8.12 -
YUV 172.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 185 197 17 0.06 0 0.91 0.23 64 0.84 0.42
Hex B9 C5 11 6 0 5B 17 40 54 2A
Octal 271 305 21 6 0 133 27 100 124 52
Binary 10111001 11000101 10001 110 0 1011011 10111 1000000 1010100 101010

Color Harmonies of #B9C511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C511

Black with #B9C511

Text Example


Text Example

White with #B9C511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C511; }

 p { color: rgb(185,197,17); }

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

background-color css

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

 a { background-color: rgb(185,197,17); }

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

border-color css

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

 span { border-color: rgb(185,197,17); }

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