Html Css Color HEX #B0BD00 La Rioja

📋 copy color: '#B0BD00'

red 176 ◦ green 189 ◦ blue 0

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

Shades of La Rioja #B0BD00

Tints of La Rioja #B0BD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.22%
G = 51.78%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#B0BD00 (or 0xB0BD00) is known color: La Rioja. HEX triplet: B0, BD and 00. RGB value is (176,189,0). Sum of RGB (Red+Green+Blue) = 176+189+0=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BD00 is #4F42FF. Grayscale: #A4A4A4. Windows color (decimal): -5194496 or 48560. OLE color: 48560.

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

Color convert

RGB 176 189 0 -
CMYK 0.07 0 1 0.26
HSL 64.13º 1% 0.37% -
HSV(B) 64.13º 1% 0.74% -
XYZ 36.1 45.63 6.9 -
YUV 163.57 35.69 136.87 -
System Red Green Blue C M Y K H S L
Decimal 176 189 0 0.07 0 1 0.26 64.13 1 0.37
Hex B0 BD 0 7 0 64 1A 40 64 25
Octal 260 275 0 7 0 144 32 100 144 45
Binary 10110000 10111101 0 111 0 1100100 11010 1000000 1100100 100101

Color Harmonies of #B0BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD00

Black with #B0BD00

Text Example


Text Example

White with #B0BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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