#B6D205

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

Shades of La Rioja #B6D205

Tints of La Rioja #B6D205

Color information

#B6D205 (or 0xB6D205) is unknown color: approx La Rioja. HEX triplet: B6, D2 and 05. RGB value is (182,210,5). Sum of RGB (Red+Green+Blue) = 182+210+5=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D205 is #492DFA. Grayscale: #B3B3B3. Windows color (decimal): -4795899 or 381622. OLE color: 381622.

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

Color convert

RGB1822105-
CMYK0.1300.980.18
HSL68.2º95.35%42.16%-
HSV(B)68.2º97.62%82.35%-
XYZ42.3756.058.73-
YUV178.2630.22130.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 210 (82.42% from 255) = 52.90%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=45.84%
G=52.90%
B=1.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal18221050.1300.980.1868.295.3542.16
HexB6D25D06212445f2a
Octal26632251501422210413752
Binary10110110110100101011101011000101001010001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D205; }

 p { color: rgb(182,210,5); }

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

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

 a { background-color: rgb(182,210,5); }

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

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

 span { border-color: rgb(182,210,5); }

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