Html Css Color HEX #B1B80E La Rioja

📋 copy color: '#B1B80E'

red 177 ◦ green 184 ◦ blue 14

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

Shades of La Rioja #B1B80E

Tints of La Rioja #B1B80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

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

R = 47.2%
G = 49.07%
B = 3.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B1B80E (or 0xB1B80E) is known color: La Rioja. HEX triplet: B1, B8 and 0E. RGB value is (177,184,14). Sum of RGB (Red+Green+Blue) = 177+184+14=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B80E is #4E47F1. Grayscale: #A3A3A3. Windows color (decimal): -5130226 or 964785. OLE color: 964785.

HSL color Cylindrical-coordinate representation of color #B1B80E: hue angle of 62.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1B80E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 14 -
CMYK 0.04 0 0.92 0.28
HSL 62.47º 0.86% 0.39% -
HSV(B) 62.47º 0.92% 0.72% -
XYZ 35.35 43.66 6.98 -
YUV 162.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 177 184 14 0.04 0 0.92 0.28 62.47 0.86 0.39
Hex B1 B8 E 4 0 5C 1C 3E 56 27
Octal 261 270 16 4 0 134 34 76 126 47
Binary 10110001 10111000 1110 100 0 1011100 11100 111110 1010110 100111

Color Harmonies of #B1B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B80E

Black with #B1B80E

Text Example


Text Example

White with #B1B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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