Html Css Color HEX #B1BB0D La Rioja

📋 copy color: '#B1BB0D'

red 177 ◦ green 187 ◦ blue 13

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

Shades of La Rioja #B1BB0D

Tints of La Rioja #B1BB0D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.6%

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 46.95%
G = 49.6%
B = 3.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B1BB0D (or 0xB1BB0D) is known color: La Rioja. HEX triplet: B1, BB and 0D. RGB value is (177,187,13). Sum of RGB (Red+Green+Blue) = 177+187+13=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BB0D is #4E44F2. Grayscale: #A4A4A4. Windows color (decimal): -5129459 or 900017. OLE color: 900017.

HSL color Cylindrical-coordinate representation of color #B1BB0D: hue angle of 63.45º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1BB0D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 187 13 -
CMYK 0.05 0 0.93 0.27
HSL 63.45º 0.87% 0.39% -
HSV(B) 63.45º 0.93% 0.73% -
XYZ 35.97 44.92 7.15 -
YUV 164.17 42.69 137.15 -
System Red Green Blue C M Y K H S L
Decimal 177 187 13 0.05 0 0.93 0.27 63.45 0.87 0.39
Hex B1 BB D 5 0 5D 1B 3F 57 27
Octal 261 273 15 5 0 135 33 77 127 47
Binary 10110001 10111011 1101 101 0 1011101 11011 111111 1010111 100111

Color Harmonies of #B1BB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BB0D

Black with #B1BB0D

Text Example


Text Example

White with #B1BB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BB0D; }

 p { color: rgb(177,187,13); }

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

background-color css

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

 a { background-color: rgb(177,187,13); }

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

border-color css

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

 span { border-color: rgb(177,187,13); }

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