#B9D003

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

Shades of La Rioja #B9D003

Tints of La Rioja #B9D003

Color information

#B9D003 (or 0xB9D003) is unknown color: approx La Rioja. HEX triplet: B9, D0 and 03. RGB value is (185,208,3). Sum of RGB (Red+Green+Blue) = 185+208+3=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D003 is #462FFC. Grayscale: #B2B2B2. Windows color (decimal): -4599805 or 250041. OLE color: 250041.

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

Color convert

RGB1852083-
CMYK0.1100.990.18
HSL66.73º97.16%41.37%-
HSV(B)66.73º98.56%81.57%-
XYZ42.5855.438.54-
YUV177.7529.38133.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 3 (1.56% from 255) = 0.76%
R=46.72%
G=52.53%
B=0.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18520830.1100.990.1866.7397.1641.37
HexB9D03B06312436129
Octal27132031301432210314151
Binary1011100111010000111011011000111001010000111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D003; }

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

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

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

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

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

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

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

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