Html Css Color HEX #B0BA06 La Rioja

📋 copy color: '#B0BA06'

red 176 ◦ green 186 ◦ blue 6

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

Shades of La Rioja #B0BA06

Tints of La Rioja #B0BA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 47.83%
G = 50.54%
B = 1.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B0BA06 (or 0xB0BA06) is known color: La Rioja. HEX triplet: B0, BA and 06. RGB value is (176,186,6). Sum of RGB (Red+Green+Blue) = 176+186+6=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA06 is #4F45F9. Grayscale: #A3A3A3. Windows color (decimal): -5195258 or 441008. OLE color: 441008.

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

Color convert

RGB 176 186 6 -
CMYK 0.05 0 0.97 0.27
HSL 63.33º 0.94% 0.38% -
HSV(B) 63.33º 0.97% 0.73% -
XYZ 35.5 44.36 6.86 -
YUV 162.49 39.69 137.64 -
System Red Green Blue C M Y K H S L
Decimal 176 186 6 0.05 0 0.97 0.27 63.33 0.94 0.38
Hex B0 BA 6 5 0 61 1B 3F 5E 26
Octal 260 272 6 5 0 141 33 77 136 46
Binary 10110000 10111010 110 101 0 1100001 11011 111111 1011110 100110

Color Harmonies of #B0BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA06

Black with #B0BA06

Text Example


Text Example

White with #B0BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA06; }

 p { color: rgb(176,186,6); }

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

background-color css

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

 a { background-color: rgb(176,186,6); }

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

border-color css

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

 span { border-color: rgb(176,186,6); }

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