#B9CE09

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

Shades of La Rioja #B9CE09

Tints of La Rioja #B9CE09

Color information

#B9CE09 (or 0xB9CE09) is unknown color: approx La Rioja. HEX triplet: B9, CE and 09. RGB value is (185,206,9). Sum of RGB (Red+Green+Blue) = 185+206+9=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CE09 is #4631F6. Grayscale: #B2B2B2. Windows color (decimal): -4600311 or 642745. OLE color: 642745.

HSL color Cylindrical-coordinate representation of color #B9CE09: hue angle of 66.4º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9CE09 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB1852069-
CMYK0.1000.960.19
HSL66.4º91.63%42.16%-
HSV(B)66.4º95.63%80.78%-
XYZ42.1354.488.55-
YUV177.2633.04133.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 206 (80.86% from 255) = 51.5%
BLUE value IS 9 (3.91% from 255) = 2.25%
R=46.25%
G=51.5%
B=2.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18520690.1000.960.1966.491.6342.16
HexB9CE9A06013425c2a
Octal271316111201402310213452
Binary101110011100111010011010011000001001110000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE09; }

 p { color: rgb(185,206,9); }

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

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

 a { background-color: rgb(185,206,9); }

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

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

 span { border-color: rgb(185,206,9); }

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