#B9D203

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

Shades of La Rioja #B9D203

Tints of La Rioja #B9D203

Color information

#B9D203 (or 0xB9D203) is unknown color: approx La Rioja. HEX triplet: B9, D2 and 03. RGB value is (185,210,3). Sum of RGB (Red+Green+Blue) = 185+210+3=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D203 is #462DFC. Grayscale: #B3B3B3. Windows color (decimal): -4599293 or 250553. OLE color: 250553.

HSL color Cylindrical-coordinate representation of color #B9D203: hue angle of 67.25º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9D203 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB1852103-
CMYK0.1200.990.18
HSL67.25º97.18%41.76%-
HSV(B)67.25º98.57%82.35%-
XYZ43.0756.418.71-
YUV178.9328.72132.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 210 (82.42% from 255) = 52.76%
BLUE value IS 3 (1.56% from 255) = 0.75%
R=46.48%
G=52.76%
B=0.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18521030.1200.990.1867.2597.1841.76
HexB9D23C0631243612a
Octal27132231401432210314152
Binary1011100111010010111100011000111001010000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D203; }

 p { color: rgb(185,210,3); }

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

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

 a { background-color: rgb(185,210,3); }

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

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

 span { border-color: rgb(185,210,3); }

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