Html Css Color HEX #B0BA05 La Rioja

📋 copy color: '#B0BA05'

red 176 ◦ green 186 ◦ blue 5

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

Shades of La Rioja #B0BA05

Tints of La Rioja #B0BA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 47.96%
G = 50.68%
B = 1.36%

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

#B0BA05 (or 0xB0BA05) is known color: La Rioja. HEX triplet: B0, BA and 05. RGB value is (176,186,5). Sum of RGB (Red+Green+Blue) = 176+186+5=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA05 is #4F45FA. Grayscale: #A3A3A3. Windows color (decimal): -5195259 or 375472. OLE color: 375472.

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

Color convert

RGB 176 186 5 -
CMYK 0.05 0 0.97 0.27
HSL 63.31º 0.95% 0.37% -
HSV(B) 63.31º 0.97% 0.73% -
XYZ 35.49 44.36 6.84 -
YUV 162.38 39.19 137.72 -
System Red Green Blue C M Y K H S L
Decimal 176 186 5 0.05 0 0.97 0.27 63.31 0.95 0.37
Hex B0 BA 5 5 0 61 1B 3F 5F 25
Octal 260 272 5 5 0 141 33 77 137 45
Binary 10110000 10111010 101 101 0 1100001 11011 111111 1011111 100101

Color Harmonies of #B0BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA05

Black with #B0BA05

Text Example


Text Example

White with #B0BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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