Html Css Color HEX #B1C50F La Rioja

📋 copy color: '#B1C50F'

red 177 ◦ green 197 ◦ blue 15

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

Shades of La Rioja #B1C50F

Tints of La Rioja #B1C50F

RGB

 RED value IS 177 (69.53% from 255) = 45.5%

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

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

R = 45.5%
G = 50.64%
B = 3.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#B1C50F (or 0xB1C50F) is known color: La Rioja. HEX triplet: B1, C5 and 0F. RGB value is (177,197,15). Sum of RGB (Red+Green+Blue) = 177+197+15=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C50F is #4E3AF0. Grayscale: #AAAAAA. Windows color (decimal): -5126897 or 1033649. OLE color: 1033649.

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

Color convert

RGB 177 197 15 -
CMYK 0.10 0 0.92 0.23
HSL 66.59º 0.86% 0.42% -
HSV(B) 66.59º 0.92% 0.77% -
XYZ 38.18 49.31 7.96 -
YUV 170.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 177 197 15 0.10 0 0.92 0.23 66.59 0.86 0.42
Hex B1 C5 F A 0 5C 17 43 56 2A
Octal 261 305 17 12 0 134 27 103 126 52
Binary 10110001 11000101 1111 1010 0 1011100 10111 1000011 1010110 101010

Color Harmonies of #B1C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C50F

Black with #B1C50F

Text Example


Text Example

White with #B1C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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