Html Css Color HEX #B0BD03 La Rioja

📋 copy color: '#B0BD03'

red 176 ◦ green 189 ◦ blue 3

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

Shades of La Rioja #B0BD03

Tints of La Rioja #B0BD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.36%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 47.83%
G = 51.36%
B = 0.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#B0BD03 (or 0xB0BD03) is known color: La Rioja. HEX triplet: B0, BD and 03. RGB value is (176,189,3). Sum of RGB (Red+Green+Blue) = 176+189+3=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BD03 is #4F42FC. Grayscale: #A4A4A4. Windows color (decimal): -5194493 or 245168. OLE color: 245168.

HSL color Cylindrical-coordinate representation of color #B0BD03: hue angle of 64.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0BD03 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 3 -
CMYK 0.07 0 0.98 0.26
HSL 64.19º 0.97% 0.38% -
HSV(B) 64.19º 0.98% 0.74% -
XYZ 36.12 45.63 6.99 -
YUV 163.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 176 189 3 0.07 0 0.98 0.26 64.19 0.97 0.38
Hex B0 BD 3 7 0 62 1A 40 61 26
Octal 260 275 3 7 0 142 32 100 141 46
Binary 10110000 10111101 11 111 0 1100010 11010 1000000 1100001 100110

Color Harmonies of #B0BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD03

Black with #B0BD03

Text Example


Text Example

White with #B0BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD03; }

 p { color: rgb(176,189,3); }

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

background-color css

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

 a { background-color: rgb(176,189,3); }

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

border-color css

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

 span { border-color: rgb(176,189,3); }

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