Html Css Color HEX #B9BE14 La Rioja

📋 copy color: '#B9BE14'

red 185 ◦ green 190 ◦ blue 20

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

Shades of La Rioja #B9BE14

Tints of La Rioja #B9BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.1%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 46.84%
G = 48.1%
B = 5.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#B9BE14 (or 0xB9BE14) is known color: La Rioja. HEX triplet: B9, BE and 14. RGB value is (185,190,20). Sum of RGB (Red+Green+Blue) = 185+190+20=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BE14 is #4641EB. Grayscale: #A9A9A9. Windows color (decimal): -4604396 or 1359545. OLE color: 1359545.

HSL color Cylindrical-coordinate representation of color #B9BE14: hue angle of 61.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9BE14 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 190 20 -
CMYK 0.03 0 0.89 0.25
HSL 61.76º 0.81% 0.41% -
HSV(B) 61.76º 0.89% 0.75% -
XYZ 38.55 47.19 7.74 -
YUV 169.13 43.84 139.32 -
System Red Green Blue C M Y K H S L
Decimal 185 190 20 0.03 0 0.89 0.25 61.76 0.81 0.41
Hex B9 BE 14 3 0 59 19 3E 51 29
Octal 271 276 24 3 0 131 31 76 121 51
Binary 10111001 10111110 10100 11 0 1011001 11001 111110 1010001 101001

Color Harmonies of #B9BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE14

Black with #B9BE14

Text Example


Text Example

White with #B9BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE14; }

 p { color: rgb(185,190,20); }

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

background-color css

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

 a { background-color: rgb(185,190,20); }

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

border-color css

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

 span { border-color: rgb(185,190,20); }

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