#B2B200

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

Shades of La Rioja #B2B200

Tints of La Rioja #B2B200

Color information

#B2B200 (or 0xB2B200) is unknown color: approx La Rioja. HEX triplet: B2, B2 and 00. RGB value is (178,178,0). Sum of RGB (Red+Green+Blue) = 178+178+0=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B200 is #4D4DFF. Grayscale: #9E9E9E. Windows color (decimal): -5066240 or 45746. OLE color: 45746.

HSL color Cylindrical-coordinate representation of color #B2B200: hue angle of 60º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2B200 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1781780-
CMYK0010.30
HSL60º100%34.9%-
HSV(B)60º100%69.8%-
XYZ34.2841.316.17-
YUV157.7139142.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817800010.306010034.9
HexB2B2000641E3c6423
Octal262262000144367414443
Binary10110010101100100001100100111101111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B200; }

 p { color: rgb(178,178,0); }

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

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

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

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

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

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

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