#B2BF08

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

Shades of La Rioja #B2BF08

Tints of La Rioja #B2BF08

Color information

#B2BF08 (or 0xB2BF08) is unknown color: approx La Rioja. HEX triplet: B2, BF and 08. RGB value is (178,191,8). Sum of RGB (Red+Green+Blue) = 178+191+8=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF08 is #4D40F7. Grayscale: #A6A6A6. Windows color (decimal): -5062904 or 573362. OLE color: 573362.

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

Color convert

RGB1781918-
CMYK0.0700.960.25
HSL64.26º91.96%39.02%-
HSV(B)64.26º95.81%74.9%-
XYZ37.0346.747.3-
YUV166.2538.69136.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 191 (75% from 255) = 50.66%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=47.21%
G=50.66%
B=2.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17819180.0700.960.2564.2691.9639.02
HexB2BF8706019405c27
Octal26227710701403110013447
Binary10110010101111111000111011000001100110000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF08; }

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

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

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

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

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

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

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

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