Html Css Color HEX #B5BF14 La Rioja

📋 copy color: '#B5BF14'

red 181 ◦ green 191 ◦ blue 20

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

Shades of La Rioja #B5BF14

Tints of La Rioja #B5BF14

RGB

 RED value IS 181 (71.09% from 255) = 46.17%

 GREEN value IS 191 (75% from 255) = 48.72%

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

R = 46.17%
G = 48.72%
B = 5.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B5BF14 (or 0xB5BF14) is known color: La Rioja. HEX triplet: B5, BF and 14. RGB value is (181,191,20). Sum of RGB (Red+Green+Blue) = 181+191+20=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF14 is #4A40EB. Grayscale: #A9A9A9. Windows color (decimal): -4866284 or 1359797. OLE color: 1359797.

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

Color convert

RGB 181 191 20 -
CMYK 0.05 0 0.90 0.25
HSL 63.51º 0.81% 0.41% -
HSV(B) 63.51º 0.9% 0.75% -
XYZ 37.81 47.14 7.77 -
YUV 168.52 44.19 136.9 -
System Red Green Blue C M Y K H S L
Decimal 181 191 20 0.05 0 0.90 0.25 63.51 0.81 0.41
Hex B5 BF 14 5 0 5A 19 40 51 29
Octal 265 277 24 5 0 132 31 100 121 51
Binary 10110101 10111111 10100 101 0 1011010 11001 1000000 1010001 101001

Color Harmonies of #B5BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF14

Black with #B5BF14

Text Example


Text Example

White with #B5BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF14; }

 p { color: rgb(181,191,20); }

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

background-color css

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

 a { background-color: rgb(181,191,20); }

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

border-color css

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

 span { border-color: rgb(181,191,20); }

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