Html Css Color HEX #BFC510 La Rioja

📋 copy color: '#BFC510'

red 191 ◦ green 197 ◦ blue 16

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

Shades of La Rioja #BFC510

Tints of La Rioja #BFC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.76%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 47.28%
G = 48.76%
B = 3.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#BFC510 (or 0xBFC510) is known color: La Rioja. HEX triplet: BF, C5 and 10. RGB value is (191,197,16). Sum of RGB (Red+Green+Blue) = 191+197+16=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC510 is #403AEF. Grayscale: #AFAFAF. Windows color (decimal): -4209392 or 1099199. OLE color: 1099199.

HSL color Cylindrical-coordinate representation of color #BFC510: hue angle of 61.99º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFC510 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 16 -
CMYK 0.03 0 0.92 0.23
HSL 61.99º 0.85% 0.42% -
HSV(B) 61.99º 0.92% 0.77% -
XYZ 41.55 51.05 8.15 -
YUV 174.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 191 197 16 0.03 0 0.92 0.23 61.99 0.85 0.42
Hex BF C5 10 3 0 5C 17 3E 55 2A
Octal 277 305 20 3 0 134 27 76 125 52
Binary 10111111 11000101 10000 11 0 1011100 10111 111110 1010101 101010

Color Harmonies of #BFC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC510

Black with #BFC510

Text Example


Text Example

White with #BFC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC510; }

 p { color: rgb(191,197,16); }

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

background-color css

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

 a { background-color: rgb(191,197,16); }

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

border-color css

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

 span { border-color: rgb(191,197,16); }

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