#B2BF00

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

Shades of La Rioja #B2BF00

Tints of La Rioja #B2BF00

Color information

#B2BF00 (or 0xB2BF00) is unknown color: approx La Rioja. HEX triplet: B2, BF and 00. RGB value is (178,191,0). Sum of RGB (Red+Green+Blue) = 178+191+0=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF00 is #4D40FF. Grayscale: #A6A6A6. Windows color (decimal): -5062912 or 49074. OLE color: 49074.

HSL color Cylindrical-coordinate representation of color #B2BF00: hue angle of 64.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2BF00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1781910-
CMYK0.07010.25
HSL64.08º100%37.45%-
HSV(B)64.08º100%74.9%-
XYZ36.9946.737.07-
YUV165.3434.69137.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.24%
G=51.76%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17819100.07010.2564.0810037.45
HexB2BF0706419406425
Octal2622770701443110014445
Binary10110010101111110111011001001100110000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF00; }

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

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

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

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

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

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

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

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