#B0C609

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

Shades of La Rioja #B0C609

Tints of La Rioja #B0C609

Color information

#B0C609 (or 0xB0C609) is unknown color: approx La Rioja. HEX triplet: B0, C6 and 09. RGB value is (176,198,9). Sum of RGB (Red+Green+Blue) = 176+198+9=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C609 is #4F39F6. Grayscale: #AAAAAA. Windows color (decimal): -5192183 or 640688. OLE color: 640688.

HSL color Cylindrical-coordinate representation of color #B0C609: hue angle of 66.98º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C609 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1761989-
CMYK0.1100.950.22
HSL66.98º91.3%40.59%-
HSV(B)66.98º95.45%77.65%-
XYZ38.1549.647.83-
YUV169.8837.21132.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 198 (77.73% from 255) = 51.70%
BLUE value IS 9 (3.91% from 255) = 2.35%
R=45.95%
G=51.70%
B=2.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17619890.1100.950.2266.9891.340.59
HexB0C69B05F16435b29
Octal260306111301372610313351
Binary101100001100011010011011010111111011010000111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C609; }

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

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

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

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

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

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

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

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