#B2BF04

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

Shades of La Rioja #B2BF04

Tints of La Rioja #B2BF04

Color information

#B2BF04 (or 0xB2BF04) is unknown color: approx La Rioja. HEX triplet: B2, BF and 04. RGB value is (178,191,4). Sum of RGB (Red+Green+Blue) = 178+191+4=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF04 is #4D40FB. Grayscale: #A6A6A6. Windows color (decimal): -5062908 or 311218. OLE color: 311218.

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

Color convert

RGB1781914-
CMYK0.0700.980.25
HSL64.17º95.9%38.24%-
HSV(B)64.17º97.91%74.9%-
XYZ37.0146.747.18-
YUV165.836.69136.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=47.72%
G=51.21%
B=1.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17819140.0700.980.2564.1795.938.24
HexB2BF4706219406026
Octal2622774701423110014046
Binary1011001010111111100111011000101100110000001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF04; }

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

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

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

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

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

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

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

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