Html Css Color HEX #B2BF00 La Rioja

📋 copy color: '#B2BF00'

red 178 ◦ green 191 ◦ blue 0

#B2BF00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B2BF00

Tints of La Rioja #B2BF00

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 value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#B2BF00 (or 0xB2BF00) is known color: 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

RGB 178 191 0 -
CMYK 0.07 0 1 0.25
HSL 64.08º 1% 0.37% -
HSV(B) 64.08º 1% 0.75% -
XYZ 36.99 46.73 7.07 -
YUV 165.34 34.69 137.03 -
System Red Green Blue C M Y K H S L
Decimal 178 191 0 0.07 0 1 0.25 64.08 1 0.37
Hex B2 BF 0 7 0 64 19 40 64 25
Octal 262 277 0 7 0 144 31 100 144 45
Binary 10110010 10111111 0 111 0 1100100 11001 1000000 1100100 100101

Color Harmonies of #B2BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF00

Black with #B2BF00

Text Example


Text Example

White with #B2BF00

Text Example


Text Example

HTML Codes & Css Web 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>