Html Css Color HEX #B0BF12 La Rioja

📋 copy color: '#B0BF12'

red 176 ◦ green 191 ◦ blue 18

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

Shades of La Rioja #B0BF12

Tints of La Rioja #B0BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 45.71%
G = 49.61%
B = 4.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B0BF12 (or 0xB0BF12) is known color: La Rioja. HEX triplet: B0, BF and 12. RGB value is (176,191,18). Sum of RGB (Red+Green+Blue) = 176+191+18=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF12 is #4F40ED. Grayscale: #A7A7A7. Windows color (decimal): -5193966 or 1228720. OLE color: 1228720.

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

Color convert

RGB 176 191 18 -
CMYK 0.08 0 0.91 0.25
HSL 65.2º 0.83% 0.41% -
HSV(B) 65.2º 0.91% 0.75% -
XYZ 36.64 46.54 7.62 -
YUV 166.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 176 191 18 0.08 0 0.91 0.25 65.2 0.83 0.41
Hex B0 BF 12 8 0 5B 19 41 53 29
Octal 260 277 22 10 0 133 31 101 123 51
Binary 10110000 10111111 10010 1000 0 1011011 11001 1000001 1010011 101001

Color Harmonies of #B0BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF12

Black with #B0BF12

Text Example


Text Example

White with #B0BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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