Html Css Color HEX #B0BF13 La Rioja

📋 copy color: '#B0BF13'

red 176 ◦ green 191 ◦ blue 19

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

Shades of La Rioja #B0BF13

Tints of La Rioja #B0BF13

RGB

 RED value IS 176 (69.14% from 255) = 45.6%

 GREEN value IS 191 (75% from 255) = 49.48%

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 45.6%
G = 49.48%
B = 4.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#B0BF13 (or 0xB0BF13) is known color: La Rioja. HEX triplet: B0, BF and 13. RGB value is (176,191,19). Sum of RGB (Red+Green+Blue) = 176+191+19=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF13 is #4F40EC. Grayscale: #A7A7A7. Windows color (decimal): -5193965 or 1294256. OLE color: 1294256.

HSL color Cylindrical-coordinate representation of color #B0BF13: hue angle of 65.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0BF13 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 19 -
CMYK 0.08 0 0.90 0.25
HSL 65.23º 0.82% 0.41% -
HSV(B) 65.23º 0.9% 0.75% -
XYZ 36.65 46.54 7.67 -
YUV 166.91 44.53 134.49 -
System Red Green Blue C M Y K H S L
Decimal 176 191 19 0.08 0 0.90 0.25 65.23 0.82 0.41
Hex B0 BF 13 8 0 5A 19 41 52 29
Octal 260 277 23 10 0 132 31 101 122 51
Binary 10110000 10111111 10011 1000 0 1011010 11001 1000001 1010010 101001

Color Harmonies of #B0BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF13

Black with #B0BF13

Text Example


Text Example

White with #B0BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF13; }

 p { color: rgb(176,191,19); }

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

background-color css

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

 a { background-color: rgb(176,191,19); }

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

border-color css

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

 span { border-color: rgb(176,191,19); }

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