#B0C309

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

Shades of La Rioja #B0C309

Tints of La Rioja #B0C309

Color information

#B0C309 (or 0xB0C309) is unknown color: approx La Rioja. HEX triplet: B0, C3 and 09. RGB value is (176,195,9). Sum of RGB (Red+Green+Blue) = 176+195+9=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C309 is #4F3CF6. Grayscale: #A8A8A8. Windows color (decimal): -5192951 or 639920. OLE color: 639920.

HSL color Cylindrical-coordinate representation of color #B0C309: hue angle of 66.13º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C309 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1761959-
CMYK0.1000.950.24
HSL66.13º91.18%40%-
HSV(B)66.13º95.38%76.47%-
XYZ37.4748.287.6-
YUV168.1238.21133.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 195 (76.56% from 255) = 51.32%
BLUE value IS 9 (3.91% from 255) = 2.37%
R=46.32%
G=51.32%
B=2.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17619590.1000.950.2466.1391.1840
HexB0C39A05F18425b28
Octal260303111201373010213350
Binary101100001100001110011010010111111100010000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C309; }

 p { color: rgb(176,195,9); }

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

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

 a { background-color: rgb(176,195,9); }

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

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

 span { border-color: rgb(176,195,9); }

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