Html Css Color HEX #B9C510 La Rioja

📋 copy color: '#B9C510'

red 185 ◦ green 197 ◦ blue 16

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

Shades of La Rioja #B9C510

Tints of La Rioja #B9C510

RGB

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

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

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

R = 46.48%
G = 49.5%
B = 4.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#B9C510 (or 0xB9C510) is known color: La Rioja. HEX triplet: B9, C5 and 10. RGB value is (185,197,16). Sum of RGB (Red+Green+Blue) = 185+197+16=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C510 is #463AEF. Grayscale: #ADADAD. Windows color (decimal): -4602608 or 1099193. OLE color: 1099193.

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

Color convert

RGB 185 197 16 -
CMYK 0.06 0 0.92 0.23
HSL 63.98º 0.85% 0.42% -
HSV(B) 63.98º 0.92% 0.77% -
XYZ 40.07 50.28 8.08 -
YUV 172.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 185 197 16 0.06 0 0.92 0.23 63.98 0.85 0.42
Hex B9 C5 10 6 0 5C 17 40 55 2A
Octal 271 305 20 6 0 134 27 100 125 52
Binary 10111001 11000101 10000 110 0 1011100 10111 1000000 1010101 101010

Color Harmonies of #B9C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C510

Black with #B9C510

Text Example


Text Example

White with #B9C510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C510; }

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

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

background-color css

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

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

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

border-color css

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

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

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