#B9C606

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

Shades of La Rioja #B9C606

Tints of La Rioja #B9C606

Color information

#B9C606 (or 0xB9C606) is unknown color: approx La Rioja. HEX triplet: B9, C6 and 06. RGB value is (185,198,6). Sum of RGB (Red+Green+Blue) = 185+198+6=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C606 is #4639F9. Grayscale: #ACACAC. Windows color (decimal): -4602362 or 444089. OLE color: 444089.

HSL color Cylindrical-coordinate representation of color #B9C606: hue angle of 64.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9C606 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1851986-
CMYK0.0700.970.22
HSL64.06º94.12%40%-
HSV(B)64.06º96.97%77.65%-
XYZ40.2350.727.84-
YUV172.2234.19137.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.56%
GREEN value IS 198 (77.73% from 255) = 50.90%
BLUE value IS 6 (2.73% from 255) = 1.54%
R=47.56%
G=50.90%
B=1.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18519860.0700.970.2264.0694.1240
HexB9C66706116405e28
Octal2713066701412610013650
Binary1011100111000110110111011000011011010000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C606; }

 p { color: rgb(185,198,6); }

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

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

 a { background-color: rgb(185,198,6); }

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

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

 span { border-color: rgb(185,198,6); }

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