Html Css Color HEX #B2BF11 La Rioja

📋 copy color: '#B2BF11'

red 178 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #B2BF11

Tints of La Rioja #B2BF11

RGB

 RED value IS 178 (69.92% from 255) = 46.11%

 GREEN value IS 191 (75% from 255) = 49.48%

 BLUE value IS 17 (7.03% from 255) = 4.4%

R = 46.11%
G = 49.48%
B = 4.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#B2BF11 (or 0xB2BF11) is known color: La Rioja. HEX triplet: B2, BF and 11. RGB value is (178,191,17). Sum of RGB (Red+Green+Blue) = 178+191+17=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF11 is #4D40EE. Grayscale: #A7A7A7. Windows color (decimal): -5062895 or 1163186. OLE color: 1163186.

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

Color convert

RGB 178 191 17 -
CMYK 0.07 0 0.91 0.25
HSL 64.48º 0.84% 0.41% -
HSV(B) 64.48º 0.91% 0.75% -
XYZ 37.09 46.77 7.6 -
YUV 167.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 178 191 17 0.07 0 0.91 0.25 64.48 0.84 0.41
Hex B2 BF 11 7 0 5B 19 40 54 29
Octal 262 277 21 7 0 133 31 100 124 51
Binary 10110010 10111111 10001 111 0 1011011 11001 1000000 1010100 101001

Color Harmonies of #B2BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF11

Black with #B2BF11

Text Example


Text Example

White with #B2BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF11; }

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

 H1.HeaderClassName
 {
   color: #B2BF11;
 }
 .AnyTagClassName
 {
   color: #B2BF11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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