#B5B702

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

Shades of La Rioja #B5B702

Tints of La Rioja #B5B702

Color information

#B5B702 (or 0xB5B702) is unknown color: approx La Rioja. HEX triplet: B5, B7 and 02. RGB value is (181,183,2). Sum of RGB (Red+Green+Blue) = 181+183+2=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B702 is #4A48FD. Grayscale: #A2A2A2. Windows color (decimal): -4868350 or 178101. OLE color: 178101.

HSL color Cylindrical-coordinate representation of color #B5B702: hue angle of 60.66º 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 #B5B702 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1811832-
CMYK0.0100.990.28
HSL60.66º97.84%36.27%-
HSV(B)60.66º98.91%71.76%-
XYZ3643.76.59-
YUV161.7737.84141.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 183 (71.88% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=49.45%
G=50%
B=0.55%

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
Decimal18118320.0100.990.2860.6697.8436.27
HexB5B7210631C3d6224
Octal265267210143347514244
Binary101101011011011110101100011111001111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B702; }

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

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

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

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

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

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

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

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