Html Css Color HEX #B1B604 La Rioja

📋 copy color: '#B1B604'

red 177 ◦ green 182 ◦ blue 4

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

Shades of La Rioja #B1B604

Tints of La Rioja #B1B604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 48.76%
G = 50.14%
B = 1.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B1B604 (or 0xB1B604) is known color: La Rioja. HEX triplet: B1, B6 and 04. RGB value is (177,182,4). Sum of RGB (Red+Green+Blue) = 177+182+4=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B604 is #4E49FB. Grayscale: #A0A0A0. Windows color (decimal): -5130748 or 308913. OLE color: 308913.

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

Color convert

RGB 177 182 4 -
CMYK 0.03 0 0.98 0.29
HSL 61.69º 0.96% 0.36% -
HSV(B) 61.69º 0.98% 0.71% -
XYZ 34.88 42.81 6.54 -
YUV 160.21 39.84 139.97 -
System Red Green Blue C M Y K H S L
Decimal 177 182 4 0.03 0 0.98 0.29 61.69 0.96 0.36
Hex B1 B6 4 3 0 62 1D 3E 60 24
Octal 261 266 4 3 0 142 35 76 140 44
Binary 10110001 10110110 100 11 0 1100010 11101 111110 1100000 100100

Color Harmonies of #B1B604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B604

Black with #B1B604

Text Example


Text Example

White with #B1B604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B604; }

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

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

background-color css

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

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

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

border-color css

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

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

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