Html Css Color HEX #B1C20F La Rioja

📋 copy color: '#B1C20F'

red 177 ◦ green 194 ◦ blue 15

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

Shades of La Rioja #B1C20F

Tints of La Rioja #B1C20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

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

R = 45.85%
G = 50.26%
B = 3.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#B1C20F (or 0xB1C20F) is known color: La Rioja. HEX triplet: B1, C2 and 0F. RGB value is (177,194,15). Sum of RGB (Red+Green+Blue) = 177+194+15=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C20F is #4E3DF0. Grayscale: #A9A9A9. Windows color (decimal): -5127665 or 1032881. OLE color: 1032881.

HSL color Cylindrical-coordinate representation of color #B1C20F: hue angle of 65.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1C20F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 15 -
CMYK 0.09 0 0.92 0.24
HSL 65.7º 0.86% 0.41% -
HSV(B) 65.7º 0.92% 0.76% -
XYZ 37.51 47.97 7.73 -
YUV 168.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 177 194 15 0.09 0 0.92 0.24 65.7 0.86 0.41
Hex B1 C2 F 9 0 5C 18 42 56 29
Octal 261 302 17 11 0 134 30 102 126 51
Binary 10110001 11000010 1111 1001 0 1011100 11000 1000010 1010110 101001

Color Harmonies of #B1C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C20F

Black with #B1C20F

Text Example


Text Example

White with #B1C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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