Html Css Color HEX #B1C60E La Rioja

📋 copy color: '#B1C60E'

red 177 ◦ green 198 ◦ blue 14

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

Shades of La Rioja #B1C60E

Tints of La Rioja #B1C60E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 45.5%
G = 50.9%
B = 3.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#B1C60E (or 0xB1C60E) is known color: La Rioja. HEX triplet: B1, C6 and 0E. RGB value is (177,198,14). Sum of RGB (Red+Green+Blue) = 177+198+14=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C60E is #4E39F1. Grayscale: #ABABAB. Windows color (decimal): -5126642 or 968369. OLE color: 968369.

HSL color Cylindrical-coordinate representation of color #B1C60E: hue angle of 66.85º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1C60E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 14 -
CMYK 0.11 0 0.93 0.22
HSL 66.85º 0.87% 0.42% -
HSV(B) 66.85º 0.93% 0.78% -
XYZ 38.4 49.77 8 -
YUV 170.75 39.54 132.46 -
System Red Green Blue C M Y K H S L
Decimal 177 198 14 0.11 0 0.93 0.22 66.85 0.87 0.42
Hex B1 C6 E B 0 5D 16 43 57 2A
Octal 261 306 16 13 0 135 26 103 127 52
Binary 10110001 11000110 1110 1011 0 1011101 10110 1000011 1010111 101010

Color Harmonies of #B1C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C60E

Black with #B1C60E

Text Example


Text Example

White with #B1C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C60E; }

 p { color: rgb(177,198,14); }

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

background-color css

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

 a { background-color: rgb(177,198,14); }

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

border-color css

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

 span { border-color: rgb(177,198,14); }

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