Html Css Color HEX #BFC80B La Rioja

📋 copy color: '#BFC80B'

red 191 ◦ green 200 ◦ blue 11

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

Shades of La Rioja #BFC80B

Tints of La Rioja #BFC80B

RGB

 RED value IS 191 (75% from 255) = 47.51%

 GREEN value IS 200 (78.52% from 255) = 49.75%

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 47.51%
G = 49.75%
B = 2.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BFC80B (or 0xBFC80B) is known color: La Rioja. HEX triplet: BF, C8 and 0B. RGB value is (191,200,11). Sum of RGB (Red+Green+Blue) = 191+200+11=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC80B is #4037F4. Grayscale: #B0B0B0. Windows color (decimal): -4208629 or 772287. OLE color: 772287.

HSL color Cylindrical-coordinate representation of color #BFC80B: hue angle of 62.86º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFC80B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 200 11 -
CMYK 0.04 0 0.94 0.22
HSL 62.86º 0.9% 0.41% -
HSV(B) 62.86º 0.95% 0.78% -
XYZ 42.2 52.41 8.21 -
YUV 175.76 35.02 138.87 -
System Red Green Blue C M Y K H S L
Decimal 191 200 11 0.04 0 0.94 0.22 62.86 0.9 0.41
Hex BF C8 B 4 0 5E 16 3F 5A 29
Octal 277 310 13 4 0 136 26 77 132 51
Binary 10111111 11001000 1011 100 0 1011110 10110 111111 1011010 101001

Color Harmonies of #BFC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC80B

Black with #BFC80B

Text Example


Text Example

White with #BFC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC80B; }

 p { color: rgb(191,200,11); }

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

background-color css

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

 a { background-color: rgb(191,200,11); }

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

border-color css

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

 span { border-color: rgb(191,200,11); }

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