#B6B702

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

Shades of La Rioja #B6B702

Tints of La Rioja #B6B702

Color information

#B6B702 (or 0xB6B702) is unknown color: approx La Rioja. HEX triplet: B6, B7 and 02. RGB value is (182,183,2). Sum of RGB (Red+Green+Blue) = 182+183+2=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B702 is #4948FD. Grayscale: #A2A2A2. Windows color (decimal): -4802814 or 178102. OLE color: 178102.

HSL color Cylindrical-coordinate representation of color #B6B702: hue angle of 60.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6B702 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1821832-
CMYK0.0100.990.28
HSL60.33º97.84%36.27%-
HSV(B)60.33º98.91%71.76%-
XYZ36.2443.826.61-
YUV162.0737.67142.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=49.59%
G=49.86%
B=0.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18218320.0100.990.2860.3397.8436.27
HexB6B7210631C3c6224
Octal266267210143347414244
Binary101101101011011110101100011111001111001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B702; }

 p { color: rgb(182,183,2); }

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

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

 a { background-color: rgb(182,183,2); }

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

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

 span { border-color: rgb(182,183,2); }

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