#B4B200

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

Shades of La Rioja #B4B200

Tints of La Rioja #B4B200

Color information

#B4B200 (or 0xB4B200) is unknown color: approx La Rioja. HEX triplet: B4, B2 and 00. RGB value is (180,178,0). Sum of RGB (Red+Green+Blue) = 180+178+0=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B200 is #4B4DFF. Grayscale: #9F9F9F. Windows color (decimal): -4935168 or 45748. OLE color: 45748.

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

Color convert

RGB1801780-
CMYK00.0110.29
HSL59.33º100%35.29%-
HSV(B)59.33º100%70.59%-
XYZ34.7441.546.19-
YUV158.3138.66143.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 178 (69.92% from 255) = 49.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.28%
G=49.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180178000.0110.2959.3310035.29
HexB4B2001641D3b6423
Octal264262001144357314443
Binary10110100101100100011100100111011110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B200; }

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

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

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

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

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

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

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

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