Html Css Color HEX #B5C014 La Rioja

📋 copy color: '#B5C014'

red 181 ◦ green 192 ◦ blue 20

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

Shades of La Rioja #B5C014

Tints of La Rioja #B5C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.85%

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

R = 46.06%
G = 48.85%
B = 5.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B5C014 (or 0xB5C014) is known color: La Rioja. HEX triplet: B5, C0 and 14. RGB value is (181,192,20). Sum of RGB (Red+Green+Blue) = 181+192+20=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C014 is #4A3FEB. Grayscale: #A9A9A9. Windows color (decimal): -4866028 or 1360053. OLE color: 1360053.

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

Color convert

RGB 181 192 20 -
CMYK 0.06 0 0.90 0.25
HSL 63.84º 0.81% 0.42% -
HSV(B) 63.84º 0.9% 0.75% -
XYZ 38.03 47.57 7.84 -
YUV 169.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 181 192 20 0.06 0 0.90 0.25 63.84 0.81 0.42
Hex B5 C0 14 6 0 5A 19 40 51 2A
Octal 265 300 24 6 0 132 31 100 121 52
Binary 10110101 11000000 10100 110 0 1011010 11001 1000000 1010001 101010

Color Harmonies of #B5C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C014

Black with #B5C014

Text Example


Text Example

White with #B5C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C014; }

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

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

background-color css

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

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

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

border-color css

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

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

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