Html Css Color HEX #BFC80C La Rioja

📋 copy color: '#BFC80C'

red 191 ◦ green 200 ◦ blue 12

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

Shades of La Rioja #BFC80C

Tints of La Rioja #BFC80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 47.39%
G = 49.63%
B = 2.98%

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

#BFC80C (or 0xBFC80C) is known color: La Rioja. HEX triplet: BF, C8 and 0C. RGB value is (191,200,12). Sum of RGB (Red+Green+Blue) = 191+200+12=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC80C is #4037F3. Grayscale: #B0B0B0. Windows color (decimal): -4208628 or 837823. OLE color: 837823.

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

Color convert

RGB 191 200 12 -
CMYK 0.04 0 0.94 0.22
HSL 62.87º 0.89% 0.42% -
HSV(B) 62.87º 0.94% 0.78% -
XYZ 42.21 52.41 8.24 -
YUV 175.88 35.52 138.79 -
System Red Green Blue C M Y K H S L
Decimal 191 200 12 0.04 0 0.94 0.22 62.87 0.89 0.42
Hex BF C8 C 4 0 5E 16 3F 59 2A
Octal 277 310 14 4 0 136 26 77 131 52
Binary 10111111 11001000 1100 100 0 1011110 10110 111111 1011001 101010

Color Harmonies of #BFC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC80C

Black with #BFC80C

Text Example


Text Example

White with #BFC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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