#B2B702

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

Shades of La Rioja #B2B702

Tints of La Rioja #B2B702

Color information

#B2B702 (or 0xB2B702) is unknown color: approx La Rioja. HEX triplet: B2, B7 and 02. RGB value is (178,183,2). Sum of RGB (Red+Green+Blue) = 178+183+2=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B702 is #4D48FD. Grayscale: #A1A1A1. Windows color (decimal): -5064958 or 178098. OLE color: 178098.

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

Color convert

RGB1781832-
CMYK0.0300.990.28
HSL61.66º97.84%36.27%-
HSV(B)61.66º98.91%71.76%-
XYZ35.343.346.56-
YUV160.8738.34140.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=49.04%
G=50.41%
B=0.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17818320.0300.990.2861.6697.8436.27
HexB2B7230631C3e6224
Octal262267230143347614244
Binary1011001010110111101101100011111001111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B702; }

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

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

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

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

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

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

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

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