Html Css Color HEX #B5C50F La Rioja

📋 copy color: '#B5C50F'

red 181 ◦ green 197 ◦ blue 15

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

Shades of La Rioja #B5C50F

Tints of La Rioja #B5C50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.82%

R = 46.06%
G = 50.13%
B = 3.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#B5C50F (or 0xB5C50F) is known color: La Rioja. HEX triplet: B5, C5 and 0F. RGB value is (181,197,15). Sum of RGB (Red+Green+Blue) = 181+197+15=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C50F is #4A3AF0. Grayscale: #ACACAC. Windows color (decimal): -4864753 or 1033653. OLE color: 1033653.

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

Color convert

RGB 181 197 15 -
CMYK 0.08 0 0.92 0.23
HSL 65.27º 0.86% 0.42% -
HSV(B) 65.27º 0.92% 0.77% -
XYZ 39.11 49.79 8 -
YUV 171.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 181 197 15 0.08 0 0.92 0.23 65.27 0.86 0.42
Hex B5 C5 F 8 0 5C 17 41 56 2A
Octal 265 305 17 10 0 134 27 101 126 52
Binary 10110101 11000101 1111 1000 0 1011100 10111 1000001 1010110 101010

Color Harmonies of #B5C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C50F

Black with #B5C50F

Text Example


Text Example

White with #B5C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C50F; }

 p { color: rgb(181,197,15); }

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

background-color css

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

 a { background-color: rgb(181,197,15); }

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

border-color css

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

 span { border-color: rgb(181,197,15); }

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