#B0BD04

Color #B0BD04 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B0BD04

Tints of La Rioja #B0BD04

Color information

#B0BD04 (or 0xB0BD04) is unknown color: approx La Rioja. HEX triplet: B0, BD and 04. RGB value is (176,189,4). Sum of RGB (Red+Green+Blue) = 176+189+4=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BD04 is #4F42FB. Grayscale: #A4A4A4. Windows color (decimal): -5194492 or 310704. OLE color: 310704.

HSL color Cylindrical-coordinate representation of color #B0BD04: hue angle of 64.22º degrees, saturation: 0.96, 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 #B0BD04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1761894-
CMYK0.0700.980.26
HSL64.22º95.85%37.84%-
HSV(B)64.22º97.88%74.12%-
XYZ36.1245.637.02-
YUV164.0237.69136.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 189 (74.22% from 255) = 51.22%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=47.70%
G=51.22%
B=1.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17618940.0700.980.2664.2295.8537.84
HexB0BD470621A406026
Octal2602754701423210014046
Binary1011000010111101100111011000101101010000001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD04; }

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

 H1.HeaderClassName
 {
   color: #B0BD04;
 }
 .AnyTagClassName
 {
   color: #B0BD04;
 }
</style>
background-color css

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

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

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

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

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

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