Html Css Color HEX #B1B600 La Rioja

📋 copy color: '#B1B600'

red 177 ◦ green 182 ◦ blue 0

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

Shades of La Rioja #B1B600

Tints of La Rioja #B1B600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.3%
G = 50.7%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B1B600 (or 0xB1B600) is known color: La Rioja. HEX triplet: B1, B6 and 00. RGB value is (177,182,0). Sum of RGB (Red+Green+Blue) = 177+182+0=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B600 is #4E49FF. Grayscale: #A0A0A0. Windows color (decimal): -5130752 or 46769. OLE color: 46769.

HSL color Cylindrical-coordinate representation of color #B1B600: hue angle of 61.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1B600 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 182 0 -
CMYK 0.03 0 1 0.29
HSL 61.65º 1% 0.36% -
HSV(B) 61.65º 1% 0.71% -
XYZ 34.86 42.8 6.42 -
YUV 159.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 177 182 0 0.03 0 1 0.29 61.65 1 0.36
Hex B1 B6 0 3 0 64 1D 3E 64 24
Octal 261 266 0 3 0 144 35 76 144 44
Binary 10110001 10110110 0 11 0 1100100 11101 111110 1100100 100100

Color Harmonies of #B1B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B600

Black with #B1B600

Text Example


Text Example

White with #B1B600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B600; }

 p { color: rgb(177,182,0); }

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

background-color css

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

 a { background-color: rgb(177,182,0); }

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

border-color css

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

 span { border-color: rgb(177,182,0); }

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