#B7D305

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

Shades of La Rioja #B7D305

Tints of La Rioja #B7D305

Color information

#B7D305 (or 0xB7D305) is unknown color: approx La Rioja. HEX triplet: B7, D3 and 05. RGB value is (183,211,5). Sum of RGB (Red+Green+Blue) = 183+211+5=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D305 is #482CFA. Grayscale: #B3B3B3. Windows color (decimal): -4730107 or 381879. OLE color: 381879.

HSL color Cylindrical-coordinate representation of color #B7D305: hue angle of 68.16º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7D305 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB1832115-
CMYK0.1300.980.17
HSL68.16º95.37%42.35%-
HSV(B)68.16º97.63%82.75%-
XYZ42.8556.678.82-
YUV179.1429.72130.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 211 (82.81% from 255) = 52.88%
BLUE value IS 5 (2.34% from 255) = 1.25%
R=45.86%
G=52.88%
B=1.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal18321150.1300.980.1768.1695.3742.35
HexB7D35D06211445f2a
Octal26732351501422110413752
Binary10110111110100111011101011000101000110001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D305; }

 p { color: rgb(183,211,5); }

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

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

 a { background-color: rgb(183,211,5); }

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

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

 span { border-color: rgb(183,211,5); }

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