#B0B30F

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

Shades of La Rioja #B0B30F

Tints of La Rioja #B0B30F

Color information

#B0B30F (or 0xB0B30F) is unknown color: approx La Rioja. HEX triplet: B0, B3 and 0F. RGB value is (176,179,15). Sum of RGB (Red+Green+Blue) = 176+179+15=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B30F is #4F4CF0. Grayscale: #A0A0A0. Windows color (decimal): -5197041 or 1029040. OLE color: 1029040.

HSL color Cylindrical-coordinate representation of color #B0B30F: hue angle of 61.1º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0B30F is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17617915-
CMYK0.0200.920.30
HSL61.1º84.54%38.04%-
HSV(B)61.1º91.62%70.2%-
XYZ34.1141.56.67-
YUV159.4146.51139.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 179 (70.31% from 255) = 48.38%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=47.57%
G=48.38%
B=4.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179150.0200.920.3061.184.5438.04
HexB0B3F205C1E3d5526
Octal2602631720134367512546
Binary101100001011001111111001011100111101111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B30F; }

 p { color: rgb(176,179,15); }

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

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

 a { background-color: rgb(176,179,15); }

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

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

 span { border-color: rgb(176,179,15); }

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