Html Css Color HEX #B9C410 La Rioja

📋 copy color: '#B9C410'

red 185 ◦ green 196 ◦ blue 16

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

Shades of La Rioja #B9C410

Tints of La Rioja #B9C410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.37%

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

R = 46.6%
G = 49.37%
B = 4.03%

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

#B9C410 (or 0xB9C410) is known color: La Rioja. HEX triplet: B9, C4 and 10. RGB value is (185,196,16). Sum of RGB (Red+Green+Blue) = 185+196+16=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C410 is #463BEF. Grayscale: #ACACAC. Windows color (decimal): -4602864 or 1098937. OLE color: 1098937.

HSL color Cylindrical-coordinate representation of color #B9C410: hue angle of 63.67º 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 #B9C410 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 16 -
CMYK 0.06 0 0.92 0.23
HSL 63.67º 0.85% 0.42% -
HSV(B) 63.67º 0.92% 0.77% -
XYZ 39.84 49.83 8.01 -
YUV 172.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 185 196 16 0.06 0 0.92 0.23 63.67 0.85 0.42
Hex B9 C4 10 6 0 5C 17 40 55 2A
Octal 271 304 20 6 0 134 27 100 125 52
Binary 10111001 11000100 10000 110 0 1011100 10111 1000000 1010101 101010

Color Harmonies of #B9C410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C410

Black with #B9C410

Text Example


Text Example

White with #B9C410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C410; }

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

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

background-color css

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

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

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

border-color css

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

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

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